[Python-checkins] Fix typo (GH-21820)

Christopher Yeh webhook-mailer at python.org
Tue Aug 11 18:27:16 EDT 2020


https://github.com/python/cpython/commit/0dfee33dfe6b4683016dc920ee934d3a2d7323a1
commit: 0dfee33dfe6b4683016dc920ee934d3a2d7323a1
branch: master
author: Christopher Yeh <chrisyeh96 at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020年08月11日T19:27:08-03:00
summary:
Fix typo (GH-21820)
files:
M Doc/library/stdtypes.rst
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 7028d240c59eb..5a10faa7bbd29 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -4205,7 +4205,7 @@ The constructors for both classes work the same:
 
 
 Note, the non-operator versions of :meth:`union`, :meth:`intersection`,
- :meth:`difference`, and :meth:`symmetric_difference`, :meth:`issubset`, and
+ :meth:`difference`, :meth:`symmetric_difference`, :meth:`issubset`, and
 :meth:`issuperset` methods will accept any iterable as an argument. In
 contrast, their operator based counterparts require their arguments to be
 sets. This precludes error-prone constructions like ``set('abc') & 'cbs'``


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /