summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-04 10:30:24 (GMT)
committerGitHub <noreply@github.com>2023-05-04 10:30:24 (GMT)
commit3e7995ca119d4253d05a520f35ab3efca793ee49 (patch)
tree39b3f441b3c9b1ea6f4007a911c6a4052b12dda1 /Doc/tools/extensions
parent83751bbd142c23ca3f6af34ec617630dc3173b2a (diff)
downloadcpython-3e7995ca119d4253d05a520f35ab3efca793ee49.zip
cpython-3e7995ca119d4253d05a520f35ab3efca793ee49.tar.gz
cpython-3e7995ca119d4253d05a520f35ab3efca793ee49.tar.bz2
GH-97950: Use new-style index directive ('exception') (#104160)
Diffstat (limited to 'Doc/tools/extensions')
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 4101611..9a62ae7 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -693,7 +693,7 @@ def patch_pairindextypes(app) -> None:
pairindextypes.pop('keyword', None)
pairindextypes.pop('operator', None)
pairindextypes.pop('object', None)
- # pairindextypes.pop('exception', None)
+ pairindextypes.pop('exception', None)
# pairindextypes.pop('statement', None)
# pairindextypes.pop('builtin', None)