From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:26:23 +0000 (+0200) Subject: [3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744) X-Git-Tag: v3.13.0rc2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5568e5e9da2e4a5f662668af88e323b63ecf0ed;p=thirdparty%2FPython%2Fcpython.git [3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 6e2e04fba55a..918c8669e8f8 100644 --- a/Doc/c-api/init_config.rst +++ b/Doc/c-api/init_config.rst @@ -321,7 +321,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