8000 Grammar corrections in abc.rst by andresdelfino · Pull Request #10525 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Grammar corrections in abc.rst #10525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comment from Mariatta
  • Loading branch information
andresdelfino authored Nov 14, 2018
commit 23667ea2585366050f976f7e8b2bec0a446ab49d
2 changes: 1 addition & 1 deletion Doc/library/abc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ see the PEP for why this was added to Python. (See also :pep:`3141` and the
The :mod:`collections` module has some concrete classes that derive from
ABCs; these can, of course, be further derived. In addition, the
:mod:`collections.abc` submodule has some ABCs that can be used to test whether
a class or instance provides a particular interface, e.g.: if it is
a class or instance provides a particular interface, for example, if it is
hashable or if it is a mapping.


Expand Down
0