mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Fix typos in the Python directory (GH-28767)
This commit is contained in:
parent
6c942a86a4
commit
db693df3e1
7 changed files with 11 additions and 11 deletions
|
@ -411,7 +411,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