]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Swap the and from in sentence in init_config.rst (#120086)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Thu, 5 Sep 2024 20:04:15 +0000 (17:04 -0300)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 20:04:15 +0000 (23:04 +0300)
Doc/c-api/init_config.rst

index 94085ce2f3954d45f1a0cf9cb27eb157fed54674..0ef7d015be9b93ec95708419d1fbf880c2f601d7 100644 (file)
@@ -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