Skip to content

Commit c5fa259

Browse files
authored
improve wording
1 parent 17ed42e commit c5fa259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sys.monitoring.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
.. note::
1212

1313
:mod:`!sys.monitoring` is a namespace within the :mod:`sys` module,
14-
not an independent module, and ``import sys.monitoring`` will fail
15-
with a :py:exc:`ModuleNotFoundError`. Instead, simply ``import sys``
14+
not an independent module, and ``import sys.monitoring`` would fail
15+
with a :exc:`ModuleNotFoundError`. Instead, simply ``import sys``
1616
and then use ``sys.monitoring``.
1717

1818

0 commit comments

Comments
 (0)