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.
import sys.monitoring
ModuleNotFoundError
1 parent 5d03b24 commit 29fcf3cCopy full SHA for 29fcf3c
1 file changed
Doc/library/sys.monitoring.rst
@@ -10,10 +10,10 @@
10
11
.. note::
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
16
- ``sys.monitoring``.
+ :mod:`!sys.monitoring` is a namespace within the :mod:`sys` module,
+ not an independent module, and ``import sys.monitoring`` would fail
+ with a :exc:`ModuleNotFoundError`. Instead, simply ``import sys``
+ and then use ``sys.monitoring``.
17
18
19
This namespace provides access to the functions and constants necessary to
0 commit comments