Skip to content

Commit 815fa49

Browse files
andresdelfinomiss-islington
authored andcommitted
[2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535)
(cherry picked from commit 8e0b05e) Co-authored-by: Andrés Delfino <[email protected]>
1 parent 6042f46 commit 815fa49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/abc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ was added to Python. (See also :pep:`3141` and the :mod:`numbers` module
1919
regarding a type hierarchy for numbers based on ABCs.)
2020

2121
The :mod:`collections` module has some concrete classes that derive from
22-
ABCs; these can, of course, be further derived. In addition the
22+
ABCs; these can, of course, be further derived. In addition, the
2323
: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.
24+
a class or instance provides a particular interface, for example, if it is
25+
hashable or if it is a mapping.
2626

2727

2828
This module provides the following class:

0 commit comments

Comments
 (0)