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 114ffb5 commit 9de1f08Copy full SHA for 9de1f08
1 file changed
Doc/c-api/dict.rst
@@ -543,8 +543,8 @@ Frozen dictionary objects
543
Create an empty dictionary if *iterable* is ``NULL``.
544
545
.. impl-detail::
546
- If *iterable* is a :class:`frozendict`, but not a :class:`frozendict`
547
- subclass, return the same object unmodified.
+ If *iterable* is a :class:`frozendict`, return the same object
+ unmodified.
548
549
550
Ordered dictionaries
0 commit comments