diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 16:19:59 +0000 |
commit | f72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch) | |
tree | 80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Python-3-module.md | |
parent | 4f8cecca9733588b083dba8488143fa1ffb0e495 (diff) | |
download | meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.zip meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.bz2 |
Rewrap long text lines in docs. [skip ci]
Diffstat (limited to 'docs/markdown/Python-3-module.md')
-rw-r--r-- | docs/markdown/Python-3-module.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/markdown/Python-3-module.md b/docs/markdown/Python-3-module.md index f32cdc9..b89ea3e 100644 --- a/docs/markdown/Python-3-module.md +++ b/docs/markdown/Python-3-module.md @@ -3,18 +3,21 @@ This module provides support for dealing with Python 3. It has the following methods. -This module is deprecated and replaced by the [python](Python-module.md) module. +This module is deprecated and replaced by the +[python](Python-module.md) module. ## find_python This is a cross platform way of finding the Python 3 executable, which may have a different name on different operating systems. Returns an -[external program](Reference-manual.md#external-program-object) object. +[external program](Reference-manual.md#external-program-object) +object. *Added 0.38.0* -Deprecated, replaced by [`find_installation`](Python-module.md#find_installation) -function from `python` module. +Deprecated, replaced by +[`find_installation`](Python-module.md#find_installation) function +from `python` module. ## extension_module @@ -29,8 +32,9 @@ need to add `dependencies : dependency('python3')`, see *Added 0.38.0* -Deprecated, replaced by [`extension_module`](Python-module.md#extension_module) -method from `python` module. +Deprecated, replaced by +[`extension_module`](Python-module.md#extension_module) method from +`python` module. ## language_version @@ -38,8 +42,9 @@ Returns a string with the Python language version such as `3.5`. *Added 0.40.0* -Deprecated, replaced by [`language_version`](Python-module.md#language_version) -method from `python` module. +Deprecated, replaced by +[`language_version`](Python-module.md#language_version) method from +`python` module. ## sysconfig_path |