]> granicus.if.org Git - python/commitdiff
Remove leftover word.
authorGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 11:50:58 +0000 (11:50 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 11:50:58 +0000 (11:50 +0000)
Doc/library/stdtypes.rst

index 3d23d20782671727e0b36f444b71c7fbf2cb746e..e5fdf663a8637b19ae84faa2d2987e88ca188fe8 100644 (file)
@@ -1673,8 +1673,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: