Skip to content

Commit 17ed42e

Browse files
authored
:py:exc:, not :py:exception:
1 parent b16c86e commit 17ed42e

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
@@ -12,8 +12,8 @@
1212

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

1818

1919
This namespace provides access to the functions and constants necessary to

0 commit comments

Comments
 (0)