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 3537d89 commit 636832fCopy full SHA for 636832f
Doc/library/stdtypes.rst
@@ -4311,10 +4311,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
4311
however, that since computers store floating-point numbers as approximations it
4312
is usually unwise to use them as dictionary keys.)
4313
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
-
4318
.. class:: dict(**kwargs)
4319
dict(mapping, **kwargs)
4320
dict(iterable, **kwargs)
0 commit comments