mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
`NotImplentedError` --> `NotImplementedError`
(cherry picked from commit 05f53735c8)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user