Skip to content

Commit 636832f

Browse files
Remove duplicate explanation (GH-91534)
(cherry picked from commit 0e6dca0) Co-authored-by: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com>
1 parent 3537d89 commit 636832f

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
@@ -4311,10 +4311,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
43114311
however, that since computers store floating-point numbers as approximations it
43124312
is usually unwise to use them as dictionary keys.)
43134313

4314-
Dictionaries can be created by placing a comma-separated list of ``key: value``
4315-
pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
4316-
'jack', 4127: 'sjoerd'}``, or by the :class:`dict` constructor.
4317-
43184314
.. class:: dict(**kwargs)
43194315
dict(mapping, **kwargs)
43204316
dict(iterable, **kwargs)

0 commit comments

Comments
 (0)