From: Benjamin Peterson Date: Sat, 30 Jul 2011 14:58:59 +0000 (-0500) Subject: add space X-Git-Tag: v2.7.3rc1~556 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6726af73de9911f6f8951a50f932135dae6e92e4;p=thirdparty%2FPython%2Fcpython.git add space --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9ffb48a2efad..2a56bae0bf46 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 -------------------------