diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index edad9c7df6d..57a60edfb98 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 -------------------------