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 dd88e77 commit 20393c9Copy full SHA for 20393c9
1 file changed
Doc/library/sys.monitoring.rst
@@ -8,11 +8,11 @@
8
9
-----------------
10
11
-.. note::
+.. warning::
12
13
:mod:`!sys.monitoring` is a namespace within the :mod:`sys` module,
14
- not an independent module, so there is no need to
15
- ``import sys.monitoring``, simply ``import sys`` and then use
+ not an independent module, so
+ ``import sys.monitoring`` will throw a ``ModuleNotFoundError``. Instead, simply ``import sys`` and then use
16
``sys.monitoring``.
17
18
0 commit comments