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
7500f92f
Commit
7500f92f
authored
Mar 22, 2011
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Plain Diff
Issue #11625: Fix Typo
parents
e9ddbf65
608aba30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Doc/library/collections.abc.rst
Doc/library/collections.abc.rst
+1
-1
Doc/library/collections.rst
Doc/library/collections.rst
+1
-0
No files found.
Doc/library/collections.abc.rst
View file @
7500f92f
...
...
@@ -115,7 +115,7 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
That assumption is factored-out to an internal classmethod called
:meth:`_from_iterable` which calls ``cls(iterable)`` to produce a new set.
If the :class:`Set` mixin is being used in a class with a different
constructor signature, you will need to override :meth:`from_iterable`
constructor signature, you will need to override :meth:`
_
from_iterable`
with a classmethod that can construct new instances from
an iterable argument.
...
...
Doc/library/collections.rst
View file @
7500f92f
:mod:`collections` --- Container datatypes
==========================================
...
...
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