Skip to content

Commit 05f5373

Browse files
zertrinserhiy-storchaka
authored andcommitted
Fix "NotImplentedError" typo in constants documentation (#692)
`NotImplentedError` --> `NotImplementedError`
1 parent df82808 commit 05f5373

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)