diff options
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 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 ------------------------- |