diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 15:30:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 15:30:08 (GMT) |
commit | ccd82a080056f21da2041d4c5d0ac4421ad0c8a8 (patch) | |
tree | f2eafb028e085e2d7d62cc51c5ac2ae7d513e21c /Python/pathconfig.c | |
parent | 212140dceb72d40ba19e4aef089c707dbbcfd5cb (diff) | |
download | cpython-ccd82a080056f21da2041d4c5d0ac4421ad0c8a8.zip cpython-ccd82a080056f21da2041d4c5d0ac4421ad0c8a8.tar.gz cpython-ccd82a080056f21da2041d4c5d0ac4421ad0c8a8.tar.bz2 |
[3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
(cherry picked from commit db693df3e112c5a61f2cbef63eedce3a36520ded)
Diffstat (limited to 'Python/pathconfig.c')
-rw-r--r-- | Python/pathconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pathconfig.c b/Python/pathconfig.c index 470aba7..1017a57 100644 --- a/Python/pathconfig.c +++ b/Python/pathconfig.c @@ -405,7 +405,7 @@ config_init_pathconfig(PyConfig *config, int compute_path_config) #undef COPY_ATTR #ifdef MS_WINDOWS - /* If a ._pth file is found: isolated and site_import are overriden */ + /* If a ._pth file is found: isolated and site_import are overridden */ if (pathconfig.isolated != -1) { config->isolated = pathconfig.isolated; } |