Kaydet (Commit) fcd79ada authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka Kaydeden (comit) GitHub

Fix "NotImplentedError" typo in constants documentation (#692) (#739)

`NotImplentedError` --> `NotImplementedError`
(cherry picked from commit 05f53735)
üst 6fad4090
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment