PEP 446: Fix typo reported by Zhou Keyang
This commit is contained in:
parent
271fd62543
commit
50b92eab1d
|
@ -533,7 +533,7 @@ non-inheritable if *inheritable* is ``False``.
|
||||||
``os.dup2()`` behaves differently than ``os.dup()`` because the most
|
``os.dup2()`` behaves differently than ``os.dup()`` because the most
|
||||||
common use case of ``os.dup2()`` is to replace the file descriptors of
|
common use case of ``os.dup2()`` is to replace the file descriptors of
|
||||||
the standard streams: ``stdin`` (``0``), ``stdout`` (``1``) and
|
the standard streams: ``stdin`` (``0``), ``stdout`` (``1``) and
|
||||||
``stdout`` (``2``). Standard streams are expected to be inherited by
|
``stderr`` (``2``). Standard streams are expected to be inherited by
|
||||||
child processes.
|
child processes.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue