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 d7d4a05 commit 0e6dca0Copy full SHA for 0e6dca0
Doc/library/stdtypes.rst
@@ -4383,10 +4383,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
4383
however, that since computers store floating-point numbers as approximations it
4384
is usually unwise to use them as dictionary keys.)
4385
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
-
4390
.. class:: dict(**kwargs)
4391
dict(mapping, **kwargs)
4392
dict(iterable, **kwargs)
0 commit comments