Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c694b commit b0f0991Copy full SHA for b0f0991
1 file changed
Doc/whatsnew/2.7.rst
@@ -1072,7 +1072,7 @@ changes, or look through the Subversion logs for all the details.
1072
(Added by Raymond Hettinger; :issue:`1818`.)
1073
1074
Finally, the :class:`~collections.Mapping` abstract base class now
1075
- raises a :exc:`NotImplemented` exception if a mapping is compared to
+ returns :const:`NotImplemented` if a mapping is compared to
1076
another type that isn't a :class:`Mapping`.
1077
(Fixed by Daniel Stutzbach; :issue:`8729`.)
1078
0 commit comments