Skip to content

Commit d4a9cdb

Browse files
committed
bpo-19764: Fixed bad reStructuredText markup
1 parent 59af91f commit d4a9cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ on Windows.
815815
The handles must be temporarily made inheritable by
816816
:func:`os.set_handle_inheritable` when passed to the :class:`Popen`
817817
constructor, else :class:`OSError` will be raised with Windows error
818-
`ERROR_INVALID_PARAMETER` (87).
818+
``ERROR_INVALID_PARAMETER`` (87).
819819

820820
.. warning::
821821

0 commit comments

Comments
 (0)