diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 00:55:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 15:55:27 -0700 |
commit | db693df3e112c5a61f2cbef63eedce3a36520ded (patch) | |
tree | 9d9fde2302ea951001e2d7eed67e2648f1457208 /Python/pathconfig.c | |
parent | 6c942a86a4fb4c8b731cb1bd2933dba554eb79cd (diff) | |
download | cpython-db693df3e112c5a61f2cbef63eedce3a36520ded.tar.gz cpython-db693df3e112c5a61f2cbef63eedce3a36520ded.zip |
Fix typos in the Python directory (GH-28767)
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 d49bd3c8549..2ebb9d39b8c 100644 --- a/Python/pathconfig.c +++ b/Python/pathconfig.c @@ -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; } |