Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53b95e7

Browse files
committed
Merged revisions 79192 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r79192 | georg.brandl | 2010-03-21 12:50:58 +0100 (So, 21 Mär 2010) | 1 line Remove leftover word. ........
1 parent 7bc6e4f commit 53b95e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,8 +1705,8 @@ altered after it is created; it can therefore be used as a dictionary key or as
17051705
an element of another set.
17061706

17071707
Non-empty sets (not frozensets) can be created by placing a comma-separated list
1708-
of elements pairs within braces, for example: ``{'jack', 'sjoerd'}``, in
1709-
addition to the :class:`set` constructor.
1708+
of elements within braces, for example: ``{'jack', 'sjoerd'}``, in addition to the
1709+
:class:`set` constructor.
17101710

17111711
The constructors for both classes work the same:
17121712

0 commit comments

Comments
 (0)