Skip to content

Commit 0e6dca0

Browse files
authored
Remove duplicate explanation (GH-91534)
1 parent d7d4a05 commit 0e6dca0

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

4386-
Dictionaries can be created by placing a comma-separated list of ``key: value``
4387-
pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
4388-
'jack', 4127: 'sjoerd'}``, or by the :class:`dict` constructor.
4389-
43904386
.. class:: dict(**kwargs)
43914387
dict(mapping, **kwargs)
43924388
dict(iterable, **kwargs)

0 commit comments

Comments
 (0)