diff options
| author | Christian Clauss <cclauss@me.com> | 2021-10-07 14:36:39 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 14:36:39 (GMT) |
| commit | 78efc9aff254ec7e7a7b6512293674899e5d3615 (patch) | |
| tree | 3bc539496c7adce2e0b2c92b7269d0937ef6e5ce /Python/pathconfig.c | |
| parent | 960e7b3ba13b26f45775551ab6f3c062b8666b74 (diff) | |
| download | cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.zip cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.gz cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.bz2 | |
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
(cherry picked from commit db693df3e112c5a61f2cbef63eedce3a36520ded)
Automerge-Triggered-By: GH:JulienPalard
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 9a30221..b2ce86e 100644 --- a/Python/pathconfig.c +++ b/Python/pathconfig.c @@ -331,7 +331,7 @@ config_calculate_pathconfig(PyConfig *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; } |
