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 17ed42e commit c5fa259Copy full SHA for c5fa259
Doc/library/sys.monitoring.rst
@@ -11,8 +11,8 @@
11
.. note::
12
13
: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``
+ not an independent module, and ``import sys.monitoring`` would fail
+ with a :exc:`ModuleNotFoundError`. Instead, simply ``import sys``
16
and then use ``sys.monitoring``.
17
18
0 commit comments