diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-30 14:59:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-30 14:59:50 (GMT) |
commit | 497cd65cec874d9ed9d02581b6600a3b19849bc8 (patch) | |
tree | 897bec2f6604adb35d3aac9f58c9c0ee275fd4b1 | |
parent | 50211fa0f9d1500746d9076af5572870c1f4edaf (diff) | |
download | cpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.zip cpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.tar.gz cpython-497cd65cec874d9ed9d02581b6600a3b19849bc8.tar.bz2 |
add space
-rw-r--r-- | Doc/library/stdtypes.rst | 1 |
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 ------------------------- |