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

Skip to content

Commit 15ec11e

Browse files
committed
Merge with 3.4
2 parents 06d736a + b52f876 commit 15ec11e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3031,8 +3031,8 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
30313031
If no positional argument is given, an empty dictionary is created.
30323032
If a positional argument is given and it is a mapping object, a dictionary
30333033
is created with the same key-value pairs as the mapping object. Otherwise,
3034-
the positional argument must be an :term:`iterator` object. Each item in
3035-
the iterable must itself be an iterator with exactly two objects. The
3034+
the positional argument must be an :term:`iterable` object. Each item in
3035+
the iterable must itself be an iterable with exactly two objects. The
30363036
first object of each item becomes a key in the new dictionary, and the
30373037
second object the corresponding value. If a key occurs more than once, the
30383038
last value for that key becomes the corresponding value in the new

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ Tim MacKenzie
824824
Nick Maclaren
825825
Don MacMillen
826826
Tomasz Maćkowiak
827+
Wolfgang Maier
827828
Steve Majewski
828829
Marek Majkowski
829830
Grzegorz Makarewicz

0 commit comments

Comments
 (0)