From: Georg Brandl Date: Sun, 21 Mar 2010 11:50:58 +0000 (+0000) Subject: Remove leftover word. X-Git-Tag: v2.7b1~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa89f8d04c209bdc2816f4715b9b6a28e81720cc;p=python Remove leftover word. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3d23d20782..e5fdf663a8 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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: