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 22df94b commit b629c3fCopy full SHA for b629c3f
1 file changed
Doc/c-api/dict.rst
@@ -514,7 +514,7 @@ Dictionary objects
514
Expects *dict* to be an exact :class:`dict` instance.
515
516
Transfers all keys and values from *dict*
517
- to the newly allocated :c:type:`PyFrozenDict` with O(1) complexity.
+ to the newly allocated :class:`!frozendict` with O(1) complexity.
518
Clears the input *dict* on success.
519
Returns ``NULL`` with the exception set on error.
520
0 commit comments