Skip to content

Commit 0dfee33

Browse files
authored
Fix typo (GH-21820)
1 parent b5f87b9 commit 0dfee33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ The constructors for both classes work the same:
42054205

42064206

42074207
Note, the non-operator versions of :meth:`union`, :meth:`intersection`,
4208-
:meth:`difference`, and :meth:`symmetric_difference`, :meth:`issubset`, and
4208+
:meth:`difference`, :meth:`symmetric_difference`, :meth:`issubset`, and
42094209
:meth:`issuperset` methods will accept any iterable as an argument. In
42104210
contrast, their operator based counterparts require their arguments to be
42114211
sets. This precludes error-prone constructions like ``set('abc') & 'cbs'``

0 commit comments

Comments
 (0)