We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6042f46 commit 815fa49Copy full SHA for 815fa49
Doc/library/abc.rst
@@ -19,10 +19,10 @@ was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
19
regarding a type hierarchy for numbers based on ABCs.)
20
21
The :mod:`collections` module has some concrete classes that derive from
22
-ABCs; these can, of course, be further derived. In addition the
+ABCs; these can, of course, be further derived. In addition, the
23
:mod:`collections` module has some ABCs that can be used to test whether
24
-a class or instance provides a particular interface, for example, is it
25
-hashable or a mapping.
+a class or instance provides a particular interface, for example, if it is
+hashable or if it is a mapping.
26
27
28
This module provides the following class:
0 commit comments