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.
dict.fromkeys
1 parent 06fd745 commit bda3d4cCopy full SHA for bda3d4c
Doc/library/stdtypes.rst
@@ -4565,7 +4565,7 @@ can be used interchangeably to index the same dictionary entry.
4565
4566
Return a shallow copy of the dictionary.
4567
4568
- .. classmethod:: fromkeys(iterable, value=None)
+ .. classmethod:: fromkeys(iterable, value=None, /)
4569
4570
Create a new dictionary with keys from *iterable* and values set to *value*.
4571
0 commit comments