[3.12] Fix misspellings in sysconfig docs (GH-108156) (#108157)

Fix misspellings in sysconfig docs (GH-108156)
(cherry picked from commit 1dc0c58d2b)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-08-20 06:48:46 -07:00 committed by GitHub
parent 0e5eee0130
commit a4a494aff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,13 +84,13 @@ Python currently supports nine schemes:
through Distutils and the *user* option is used. This scheme defines paths through Distutils and the *user* option is used. This scheme defines paths
located under the user home directory. located under the user home directory.
- *posix_venv*: scheme for :mod:`Python virtual environments <venv>` on POSIX - *posix_venv*: scheme for :mod:`Python virtual environments <venv>` on POSIX
platforms; by default it is the same as *posix_prefix* . platforms; by default it is the same as *posix_prefix*.
- *nt*: scheme for NT platforms like Windows. - *nt*: scheme for NT platforms like Windows.
- *nt_user*: scheme for NT platforms, when the *user* option is used. - *nt_user*: scheme for NT platforms, when the *user* option is used.
- *nt_venv*: scheme for :mod:`Python virtual environments <venv>` on NT - *nt_venv*: scheme for :mod:`Python virtual environments <venv>` on NT
platforms; by default it is the same as *nt* . platforms; by default it is the same as *nt*.
- *venv*: a scheme with values from ether *posix_venv* or *nt_venv* depending - *venv*: a scheme with values from either *posix_venv* or *nt_venv* depending
on the platform Python runs on on the platform Python runs on.
- *osx_framework_user*: scheme for macOS, when the *user* option is used. - *osx_framework_user*: scheme for macOS, when the *user* option is used.
Each scheme is itself composed of a series of paths and each path has a unique 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:
platform is used. platform is used.
If *vars* is provided, it must be a dictionary of variables that will update If *vars* is provided, it must be a dictionary of variables that will update
the dictionary return by :func:`get_config_vars`. the dictionary returned by :func:`get_config_vars`.
If *expand* is set to ``False``, the path will not be expanded using the If *expand* is set to ``False``, the path will not be expanded using the
variables. variables.