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 6dfec48 commit 9101b1aCopy full SHA for 9101b1a
1 file changed
Doc/library/stdtypes.rst
@@ -5865,6 +5865,9 @@ An example of dictionary view usage::
5865
* ``frozendict |= other`` does not modify the :class:`!frozendict` in-place but
5866
creates a new frozen dictionary.
5867
5868
+ :class:`!frozendict` is not a :class:`!dict` subclass but inherits directly
5869
+ from ``object``.
5870
+
5871
.. versionadded:: next
5872
5873
0 commit comments