From 1ba1d4abfabe5c8227cf0692f7fa4af8bfe57275 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 5 Sep 2024 17:04:15 -0300 Subject: [PATCH] Swap the and from in sentence in init_config.rst (GH-120086) (cherry picked from commit 6e43928831a6f62b40f5e43ad4c12eff0a5f8639) Co-authored-by: Rafael Fontenelle --- Doc/c-api/init_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init_config.rst b/Doc/c-api/init_config.rst index 6e2e04fba55a45..918c8669e8f868 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