Skip to content

Commit 9de1f08

Browse files
committed
Simplify the doc; omit subclass special case
1 parent 114ffb5 commit 9de1f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/dict.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ Frozen dictionary objects
543543
Create an empty dictionary if *iterable* is ``NULL``.
544544
545545
.. impl-detail::
546-
If *iterable* is a :class:`frozendict`, but not a :class:`frozendict`
547-
subclass, return the same object unmodified.
546+
If *iterable* is a :class:`frozendict`, return the same object
547+
unmodified.
548548
549549
550550
Ordered dictionaries

0 commit comments

Comments
 (0)