Skip to content

Commit 9101b1a

Browse files
committed
Document that frozendict is not a dict subclass
1 parent 6dfec48 commit 9101b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,6 +5865,9 @@ An example of dictionary view usage::
58655865
* ``frozendict |= other`` does not modify the :class:`!frozendict` in-place but
58665866
creates a new frozen dictionary.
58675867

5868+
:class:`!frozendict` is not a :class:`!dict` subclass but inherits directly
5869+
from ``object``.
5870+
58685871
.. versionadded:: next
58695872

58705873

0 commit comments

Comments
 (0)