@@ -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
9696Each 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