[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-05-04 03:57:14 -07:00 committed by GitHub
parent 99e6314d93
commit 6a970ae666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 53 additions and 53 deletions

View file

@ -699,7 +699,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)