diff options
-rw-r--r-- | Doc/library/constants.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/constants.rst b/Doc/library/constants.rst index f0742ce..469a3ee 100644 --- a/Doc/library/constants.rst +++ b/Doc/library/constants.rst @@ -46,7 +46,7 @@ A small number of constants live in the built-in namespace. They are: .. note:: - ``NotImplentedError`` and ``NotImplemented`` are not interchangeable, + ``NotImplementedError`` and ``NotImplemented`` are not interchangeable, even though they have similar names and purposes. See :exc:`NotImplementedError` for details on when to use it. |