Skip to content

Commit b4dfc9c

Browse files
authored
doc: change will to may (so we don't need to communicate patch version details).
1 parent 167aeba commit b4dfc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/subprocess.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@ functions.
651651
execute. On Windows, in order to run a `side-by-side assembly`_, or a
652652
Python program using the :mod:`socket` module (or another module that
653653
depends on it, such as :mod:`asyncio`), the specified *env* **must**
654-
include a valid :envvar:`SystemRoot`; omitting it will emit a
655-
RuntimeWarning.
654+
include a valid :envvar:`SystemRoot`; omitting it may emit a
655+
:exc:`RuntimeWarning`.
656656

657657
.. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
658658

0 commit comments

Comments
 (0)