summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-30 14:59:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-30 14:59:50 (GMT)
commit497cd65cec874d9ed9d02581b6600a3b19849bc8 (patch)
tree897bec2f6604adb35d3aac9f58c9c0ee275fd4b1 /Doc/library
parent50211fa0f9d1500746d9076af5572870c1f4edaf (diff)
downloadcpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.zip
cpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.tar.gz
cpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.tar.bz2
add space
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/stdtypes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index edad9c7..57a60ed 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2711,6 +2711,7 @@ special operations. There is exactly one ellipsis object, named
It is written as ``Ellipsis`` or ``...``.
+
The NotImplemented Object
-------------------------