8000 remove the role :exc: · python/cpython@8b69437 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b69437

Browse files
committed
remove the role :exc:
1 parent 71d425b commit 8b69437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ importlib
12001200

12011201
Import now raises the new exception :exc:`ModuleNotFoundError`
12021202
(subclass of :exc:`ImportError`) when it cannot find a module. Code
1203-
that current checks for :exc:`ImportError` in try-except) will still work.
1203+
that current checks for ``ImportError`` (in try-except) will still work.
12041204
(Contributed by Eric Snow in :issue:`15767`.)
12051205

12061206
:class:`importlib.util.LazyLoader` now calls

0 commit comments

Comments
 (0)
0