mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix "NotImplentedError" typo in constants documentation (#692)
`NotImplentedError` --> `NotImplementedError`
This commit is contained in:
parent
df8280838f
commit
05f53735c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue