mirror of https://github.com/python/cpython
[3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
ff9ece98e2
commit
e5568e5e9d
|
@ -321,7 +321,7 @@ PyPreConfig
|
||||||
* Set :c:member:`PyConfig.filesystem_encoding` to ``"mbcs"``,
|
* Set :c:member:`PyConfig.filesystem_encoding` to ``"mbcs"``,
|
||||||
* Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``.
|
* Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``.
|
||||||
|
|
||||||
Initialized the from :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment
|
Initialized from the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment
|
||||||
variable value.
|
variable value.
|
||||||
|
|
||||||
Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for
|
Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for
|
||||||
|
|
Loading…
Reference in New Issue