]> granicus.if.org Git - python/commitdiff
add nonlocal to pydoc topics #9724
authorBenjamin Peterson <benjamin@python.org>
Tue, 31 Aug 2010 14:31:01 +0000 (14:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 31 Aug 2010 14:31:01 +0000 (14:31 +0000)
Doc/tools/sphinxext/pyspecific.py

index d02cd46f2cee59ed32e1ddc3cb786a6b59be0360..0a5df83db34f44ea1949caae887ec5138233f6d9 100644 (file)
@@ -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