diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index 8014aedd56b..9461aa5dc2e 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst @@ -153,7 +153,7 @@ It also provides the following decorators: .. note:: - Unlike C++'s pure virtual functions, or Java abstract methods, these abstract + Unlike Java abstract methods, these abstract methods may have an implementation. This implementation can be called via the :func:`super` mechanism from the class that overrides it. This could be useful as an end-point for a