Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d8ec5 commit e5820c6Copy full SHA for e5820c6
1 file changed
Doc/library/collections.rst
@@ -1,3 +1,4 @@
1
+
2
:mod:`collections` --- Container datatypes
3
==========================================
4
@@ -993,7 +994,7 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
993
994
That assumption is factored-out to an internal classmethod called
995
:meth:`_from_iterable` which calls ``cls(iterable)`` to produce a new set.
996
If the :class:`Set` mixin is being used in a class with a different
- constructor signature, you will need to override :meth:`from_iterable`
997
+ constructor signature, you will need to override :meth:`_from_iterable`
998
with a classmethod that can construct new instances from
999
an iterable argument.
1000
0 commit comments