@@ -84,13 +84,13 @@ Python currently supports nine schemes:
84
84
through Distutils and the *user * option is used. This scheme defines paths
85
85
located under the user home directory.
86
86
- *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 *.
88
88
- *nt *: scheme for NT platforms like Windows.
89
89
- *nt_user *: scheme for NT platforms, when the *user * option is used.
90
90
- *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.
94
94
- *osx_framework_user *: scheme for macOS, when the *user * option is used.
95
95
96
96
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:
187
187
platform is used.
188
188
189
189
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 `.
191
191
192
192
If *expand * is set to ``False ``, the path will not be expanded using the
193
193
variables.
0 commit comments