diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-30 14:58:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-30 14:58:59 (GMT) |
commit | 6726af73de9911f6f8951a50f932135dae6e92e4 (patch) | |
tree | d00b28008181da92c2dd4b66a2d8fd5270dbe9d6 /Doc | |
parent | f444f94ed22c52413c97a43ace9054bbc832a890 (diff) | |
download | cpython-6726af73de9911f6f8951a50f932135dae6e92e4.zip cpython-6726af73de9911f6f8951a50f932135dae6e92e4.tar.gz cpython-6726af73de9911f6f8951a50f932135dae6e92e4.tar.bz2 |
add space
Diffstat (limited to 'Doc')
-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 9ffb48a..2a56bae 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2932,6 +2932,7 @@ supports no special operations. There is exactly one ellipsis object, named It is written as ``Ellipsis``. + The NotImplemented Object ------------------------- |