]> granicus.if.org Git - python/commitdiff
#5349: C++ pure virtuals can also have an implementation.
authorGeorg Brandl <georg@python.org>
Mon, 23 Feb 2009 11:24:46 +0000 (11:24 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 23 Feb 2009 11:24:46 +0000 (11:24 +0000)
Doc/library/abc.rst

index 8014aedd56b75045902559212eca3e64dd715e9f..9461aa5dc2e8f6240a12ac1663718de2373cb216 100644 (file)
@@ -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