8000
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 71d425b commit 8b69437Copy full SHA for 8b69437
Doc/whatsnew/3.6.rst
@@ -1200,7 +1200,7 @@ importlib
1200
1201
Import now raises the new exception :exc:`ModuleNotFoundError`
1202
(subclass of :exc:`ImportError`) when it cannot find a module. Code
1203
-that current checks for :exc:`ImportError` in try-except) will still work.
+that current checks for ``ImportError`` (in try-except) will still work.
1204
(Contributed by Eric Snow in :issue:`15767`.)
1205
1206
:class:`importlib.util.LazyLoader` now calls
0 commit comments