summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 02:44:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-06 02:44:41 (GMT)
commit0d31d58c15ad5e628d92ab3c5208ebd093ff4da7 (patch)
treeb22d71079dd7914450a5aa018cec4b1b21ca0808 /Doc
parentcc1f597b90edd75d4cddbf33cede611086790016 (diff)
downloadcpython-0d31d58c15ad5e628d92ab3c5208ebd093ff4da7.zip
cpython-0d31d58c15ad5e628d92ab3c5208ebd093ff4da7.tar.gz
cpython-0d31d58c15ad5e628d92ab3c5208ebd093ff4da7.tar.bz2
bltn-file-objects don't exist in python3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
index d2cca84..85cd5bc 100644
--- a/Doc/tools/sphinxext/pyspecific.py
+++ b/Doc/tools/sphinxext/pyspecific.py
@@ -78,7 +78,7 @@ pydoc_topic_labels = [
'assert', 'assignment', 'atom-identifiers', 'atom-literals',
'attribute-access', 'attribute-references', 'augassign', 'binary',
'bitwise', 'bltin-code-objects', 'bltin-ellipsis-object',
- 'bltin-file-objects', 'bltin-null-object', 'bltin-type-objects', 'booleans',
+ 'bltin-null-object', 'bltin-type-objects', 'booleans',
'break', 'callable-types', 'calls', 'class', 'comparisons', 'compound',
'context-managers', 'continue', 'conversions', 'customization', 'debugger',
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',