Skip to content
Snippets Groups Projects
Unverified Commit 0e6dca01 authored by Gouvernathor's avatar Gouvernathor Committed by GitHub
Browse files

Remove duplicate explanation (GH-91534)

parent d7d4a058
No related branches found
No related tags found
No related merge requests found
......@@ -4383,10 +4383,6 @@ then they can be used interchangeably to index the same dictionary entry. (Note
however, that since computers store floating-point numbers as approximations it
is usually unwise to use them as dictionary keys.)
Dictionaries can be created by placing a comma-separated list of ``key: value``
pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
'jack', 4127: 'sjoerd'}``, or by the :class:`dict` constructor.
.. class:: dict(**kwargs)
dict(mapping, **kwargs)
dict(iterable, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment