]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 79192 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 11:53:50 +0000 (11:53 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 11:53:50 +0000 (11:53 +0000)
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.
........

Doc/library/stdtypes.rst

index b64ff4148e525b8d34a471a181cd3455d15a0168..586fc8f18dbc952f9db1d234f3ee5bd7e84df6c6 100644 (file)
@@ -1705,8 +1705,8 @@ altered after it is created; it can therefore be used as a dictionary key or as
 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: