Skip to content

Commit 0897a0b

Browse files
Remove duplicate explanation (GH-91534)
(cherry picked from commit 0e6dca0) Co-authored-by: Gouvernathor <[email protected]>
1 parent 531f66a commit 0897a0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4345,10 +4345,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
43454345
however, that since computers store floating-point numbers as approximations it
43464346
is usually unwise to use them as dictionary keys.)
43474347

4348-
Dictionaries can be created by placing a comma-separated list of ``key: value``
4349-
pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
4350-
'jack', 4127: 'sjoerd'}``, or by the :class:`dict` constructor.
4351-
43524348
.. class:: dict(**kwargs)
43534349
dict(mapping, **kwargs)
43544350
dict(iterable, **kwargs)

0 commit comments

Comments
 (0)