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 167aeba commit b4dfc9cCopy full SHA for b4dfc9c
Doc/library/subprocess.rst
@@ -651,8 +651,8 @@ functions.
651
execute. On Windows, in order to run a `side-by-side assembly`_, or a
652
Python program using the :mod:`socket` module (or another module that
653
depends on it, such as :mod:`asyncio`), the specified *env* **must**
654
- include a valid :envvar:`SystemRoot`; omitting it will emit a
655
- RuntimeWarning.
+ include a valid :envvar:`SystemRoot`; omitting it may emit a
+ :exc:`RuntimeWarning`.
656
657
.. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
658
0 commit comments