Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5820c6

Browse files
committed
Issue #11625: Fix Typo
1 parent 82d8ec5 commit e5820c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/collections.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
:mod:`collections` --- Container datatypes
23
==========================================
34

@@ -993,7 +994,7 @@ Notes on using :class:`Set` and :class:`MutableSet` as a mixin:
993994
That assumption is factored-out to an internal classmethod called
994995
:meth:`_from_iterable` which calls ``cls(iterable)`` to produce a new set.
995996
If the :class:`Set` mixin is being used in a class with a different
996-
constructor signature, you will need to override :meth:`from_iterable`
997+
constructor signature, you will need to override :meth:`_from_iterable`
997998
with a classmethod that can construct new instances from
998999
an iterable argument.
9991000

0 commit comments

Comments
 (0)