]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Sep 2024 20:11:25 +0000 (22:11 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 20:11:25 +0000 (20:11 +0000)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/c-api/init_config.rst

index 2625250686850786b327bcc0b7e2450df6254dad..c586cfb39e85fd5079d20eb2822e982742c0544f 100644 (file)
@@ -311,7 +311,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