mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
(cherry picked from commit db693df3e1
)
This commit is contained in:
parent
212140dceb
commit
ccd82a0800
6 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue