8000 [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535) · python/cpython@815fa49 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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 <adelfino@gmail.com>
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)
0