diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9ffb48a2efa..2a56bae0bf4 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 -------------------------