Skip to content

Commit b01063d

Browse files
[3.12] Swap the and from in sentence in init_config.rst (pythonGH-120086) (python#123743)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 6caab08 commit b01063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ PyPreConfig
311311
* Set :c:member:`PyConfig.filesystem_encoding` to ``"mbcs"``,
312312
* Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``.
313313
314-
Initialized the from :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment
314+
Initialized from the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment
315315
variable value.
316316
317317
Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for

0 commit comments

Comments
 (0)