[3.10] Fix typos in the Python directory (GH-28767) (GH-28799)

(cherry picked from commit db693df3e1)
This commit is contained in:
Christian Clauss 2021-10-07 17:30:08 +02:00 committed by GitHub
parent 212140dceb
commit ccd82a0800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -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;
}