[Python-checkins] r79192 - python/trunk/Doc/library/stdtypes.rst

georg.brandl python-checkins at python.org
Sun Mar 21 12:50:59 CET 2010


Author: georg.brandl
Date: Sun Mar 21 12:50:58 2010
New Revision: 79192

Log:
Remove leftover word.

Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sun Mar 21 12:50:58 2010
@@ -1673,8 +1673,8 @@
 an element of another set.
 
 Non-empty sets (not frozensets) can be created by placing a comma-separated list
-of elements pairs within braces, for example: ``{'jack', 'sjoerd'}``, in
-addition to the :class:`set` constructor.
+of elements within braces, for example: ``{'jack', 'sjoerd'}``, in addition to the
+:class:`set` constructor.
 
 The constructors for both classes work the same:
 


More information about the Python-checkins mailing list