We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531f66a commit 0897a0bCopy full SHA for 0897a0b
Doc/library/stdtypes.rst
@@ -4345,10 +4345,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
4345
however, that since computers store floating-point numbers as approximations it
4346
is usually unwise to use them as dictionary keys.)
4347
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
-
4352
.. class:: dict(**kwargs)
4353
dict(mapping, **kwargs)
4354
dict(iterable, **kwargs)
0 commit comments