We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59af91f commit d4a9cdbCopy full SHA for d4a9cdb
Doc/library/subprocess.rst
@@ -815,7 +815,7 @@ on Windows.
815
The handles must be temporarily made inheritable by
816
:func:`os.set_handle_inheritable` when passed to the :class:`Popen`
817
constructor, else :class:`OSError` will be raised with Windows error
818
- `ERROR_INVALID_PARAMETER` (87).
+ ``ERROR_INVALID_PARAMETER`` (87).
819
820
.. warning::
821
0 commit comments