From: Rafael Fontenelle Date: Thu, 5 Sep 2024 20:04:15 +0000 (-0300) Subject: Swap the and from in sentence in init_config.rst (#120086) X-Git-Tag: v3.14.0a1~575 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e43928831a6f62b40f5e43ad4c12eff0a5f8639;p=thirdparty%2FPython%2Fcpython.git Swap the and from in sentence in init_config.rst (#120086) --- diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 94085ce2f395..0ef7d015be9b 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -324,7 +324,7 @@ PyPreConfig * Set :c:member:`PyConfig.filesystem_encoding` to ``"mbcs"``, * Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``. - Initialized the from :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment + Initialized from the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment variable value. Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for