Skip to content

Commit a4a494a

Browse files
[3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)
Fix misspellings in sysconfig docs (GH-108156) (cherry picked from commit 1dc0c58) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 0e5eee0 commit a4a494a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/sysconfig.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ Python currently supports nine schemes:
8484
through Distutils and the *user* option is used. This scheme defines paths
8585
located under the user home directory.
8686
- *posix_venv*: scheme for :mod:`Python virtual environments <venv>` on POSIX
87-
platforms; by default it is the same as *posix_prefix* .
87+
platforms; by default it is the same as *posix_prefix*.
8888
- *nt*: scheme for NT platforms like Windows.
8989
- *nt_user*: scheme for NT platforms, when the *user* option is used.
9090
- *nt_venv*: scheme for :mod:`Python virtual environments <venv>` on NT
91-
platforms; by default it is the same as *nt* .
92-
- *venv*: a scheme with values from ether *posix_venv* or *nt_venv* depending
93-
on the platform Python runs on
91+
platforms; by default it is the same as *nt*.
92+
- *venv*: a scheme with values from either *posix_venv* or *nt_venv* depending
93+
on the platform Python runs on.
9494
- *osx_framework_user*: scheme for macOS, when the *user* option is used.
9595

9696
Each scheme is itself composed of a series of paths and each path has a unique
@@ -187,7 +187,7 @@ identifier. Python currently uses eight paths:
187187
platform is used.
188188

189189
If *vars* is provided, it must be a dictionary of variables that will update
190-
the dictionary return by :func:`get_config_vars`.
190+
the dictionary returned by :func:`get_config_vars`.
191191

192192
If *expand* is set to ``False``, the path will not be expanded using the
193193
variables.

0 commit comments

Comments
 (0)