diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-05-04 10:48:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:48:45 (GMT) |
commit | 55d50d147c953fab37b273bca9ab010f40e067d3 (patch) | |
tree | 4df1f1fd75b2df3b6311721922331ccf4e0fb6bf /Doc/tools/extensions | |
parent | 3e7995ca119d4253d05a520f35ab3efca793ee49 (diff) | |
download | cpython-55d50d147c953fab37b273bca9ab010f40e067d3.zip cpython-55d50d147c953fab37b273bca9ab010f40e067d3.tar.gz cpython-55d50d147c953fab37b273bca9ab010f40e067d3.tar.bz2 |
GH-97950: Use new-style index directive ('statement') (#104162)
Diffstat (limited to 'Doc/tools/extensions')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index 9a62ae7..8fc44ca 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -694,7 +694,7 @@ def patch_pairindextypes(app) -> None: pairindextypes.pop('operator', None) pairindextypes.pop('object', None) pairindextypes.pop('exception', None) - # pairindextypes.pop('statement', None) + pairindextypes.pop('statement', None) # pairindextypes.pop('builtin', None) |