diff options
| author | Georg Brandl <georg@python.org> | 2010-03-21 11:50:58 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-03-21 11:50:58 (GMT) |
| commit | aa89f8d04c209bdc2816f4715b9b6a28e81720cc (patch) | |
| tree | 2aa21ba17e5ae62c64b70564813782da2ed31095 | |
| parent | 3f5d146323fe306de7ddccb2506a7161554cc330 (diff) | |
| download | cpython-aa89f8d04c209bdc2816f4715b9b6a28e81720cc.zip cpython-aa89f8d04c209bdc2816f4715b9b6a28e81720cc.tar.gz cpython-aa89f8d04c209bdc2816f4715b9b6a28e81720cc.tar.bz2 | |
Remove leftover word.
| -rw-r--r-- | Doc/library/stdtypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 3d23d20..e5fdf66 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: |
