summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/pyspecific.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
index d02cd46..0a5df83 100644
--- a/Doc/tools/sphinxext/pyspecific.py
+++ b/Doc/tools/sphinxext/pyspecific.py
@@ -110,12 +110,12 @@ pydoc_topic_labels = [
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',
'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global',
'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers',
- 'lambda', 'lists', 'naming', 'numbers', 'numeric-types', 'objects',
- 'operator-summary', 'pass', 'power', 'raise', 'return', 'sequence-types',
- 'shifting', 'slicings', 'specialattrs', 'specialnames', 'string-methods',
- 'strings', 'subscriptions', 'truth', 'try', 'types', 'typesfunctions',
- 'typesmapping', 'typesmethods', 'typesmodules', 'typesseq',
- 'typesseq-mutable', 'unary', 'while', 'with', 'yield'
+ 'lambda', 'lists', 'naming', 'nonlocal', 'numbers', 'numeric-types',
+ 'objects', 'operator-summary', 'pass', 'power', 'raise', 'return',
+ 'sequence-types', 'shifting', 'slicings', 'specialattrs', 'specialnames',
+ 'string-methods', 'strings', 'subscriptions', 'truth', 'try', 'types',
+ 'typesfunctions', 'typesmapping', 'typesmethods', 'typesmodules',
+ 'typesseq', 'typesseq-mutable', 'unary', 'while', 'with', 'yield'
]
from os import path