File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ see the PEP for why this was added to Python. (See also :pep:`3141` and the
18
18
:mod: `numbers ` module regarding a type hierarchy for numbers based on ABCs.)
19
19
20
20
The :mod: `collections ` module has some concrete classes that derive from
21
- ABCs; these can, of course, be further derived. In addition the
21
+ ABCs; these can, of course, be further derived. In addition, the
22
22
:mod: `collections.abc ` submodule has some ABCs that can be used to test whether
23
- a class or instance provides a particular interface, for example, is it
24
- hashable or a mapping.
23
+ a class or instance provides a particular interface, for example, if it is
24
+ hashable or if it is a mapping.
25
25
26
26
27
27
This module provides the metaclass :class: `ABCMeta ` for defining ABCs and
You can’t perform that action at this time.
0 commit comments