From db693df3e112c5a61f2cbef63eedce3a36520ded Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 7 Oct 2021 00:55:27 +0200 Subject: Fix typos in the Python directory (GH-28767) --- Python/pathconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pathconfig.c') diff --git a/Python/pathconfig.c b/Python/pathconfig.c index d49bd3c854..2ebb9d39b8 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; } -- cgit v1.2.1