Skip to content

Commit fcd79ad

Browse files
Fix "NotImplentedError" typo in constants documentation (#692) (#739)
`NotImplentedError` --> `NotImplementedError` (cherry picked from commit 05f5373)
1 parent 6fad409 commit fcd79ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/constants.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A small number of constants live in the built-in namespace. They are:
4646

4747
.. note::
4848

49-
``NotImplentedError`` and ``NotImplemented`` are not interchangeable,
49+
``NotImplementedError`` and ``NotImplemented`` are not interchangeable,
5050
even though they have similar names and purposes.
5151
See :exc:`NotImplementedError` for details on when to use it.
5252

0 commit comments

Comments
 (0)