[Python-checkins] r79193 - in python/branches/py3k: Doc/library/stdtypes.rst

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


Author: georg.brandl
Date: Sun Mar 21 12:53:50 2010
New Revision: 79193

Log:
Merged revisions 79192 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line
  
  Remove leftover word.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Sun Mar 21 12:53:50 2010
@@ -1705,8 +1705,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