]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix misspellings in sysconfig docs (#108156)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sun, 20 Aug 2023 08:11:39 +0000 (05:11 -0300)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 08:11:39 +0000 (08:11 +0000)
Doc/library/sysconfig.rst

index c805c50ffc689f258c1c41765a036845f6e596f6..26344ea4e7e2ab9721e0528f3c265d7ee2338a17 100644 (file)
@@ -84,13 +84,13 @@ Python currently supports nine schemes:
   through Distutils and the *user* option is used.  This scheme defines paths
   located under the user home directory.
 - *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_user*: scheme for NT platforms, when the *user* option is used.
 - *nt_venv*: scheme for :mod:`Python virtual environments <venv>` on NT
-  platforms; by default it is the same as *nt* .
-- *venv*: a scheme with values from ether *posix_venv* or *nt_venv* depending
-  on the platform Python runs on
+  platforms; by default it is the same as *nt*.
+- *venv*: a scheme with values from either *posix_venv* or *nt_venv* depending
+  on the platform Python runs on.
 - *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
@@ -187,7 +187,7 @@ identifier.  Python currently uses eight paths:
    platform is used.
 
    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
    variables.