We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419a70d commit 897d768Copy full SHA for 897d768
1 file changed
Doc/library/stdtypes.rst
@@ -5759,8 +5759,10 @@ Frozen dictionaries
5759
5760
.. classmethod:: fromkeys(iterable, value=None, /)
5761
5762
- Similar to :meth:`dict.fromkeys`, but call the type constructor with a
5763
- :class:`frozendict` if the type is a :class:`frozendict` subclass.
+ Similar to :meth:`dict.fromkeys`, but call again the type constructor
+ with an initialized :class:`frozendict` if the type is a
5764
+ :class:`frozendict` subclass or if the constructor returned a
5765
+ :class:`frozendict`.
5766
5767
.. versionadded:: 3.15
5768
0 commit comments