Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8e0b05e2
Commit
8e0b05e2
authored
Nov 13, 2018
by
Andrés Delfino
Committed by
Miss Islington (bot)
Nov 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar corrections in abc.rst (GH-10525)
parent
bf1355b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/abc.rst
Doc/library/abc.rst
+3
-3
No files found.
Doc/library/abc.rst
View file @
8e0b05e2
...
...
@@ -18,10 +18,10 @@ see the PEP for why this was added to Python. (See also :pep:`3141` and the
:mod:`numbers` module regarding a type hierarchy for numbers based on ABCs.)
The :mod:`collections` module has some concrete classes that derive from
ABCs; these can, of course, be further derived. In addition the
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, for example, i
s it
hashable or a mapping.
a class or instance provides a particular interface, for example, i
f it is
hashable or
if it is
a mapping.
This module provides the metaclass :class:`ABCMeta` for defining ABCs and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment