Skip to content

Commit b629c3f

Browse files
committed
Fix docs
1 parent 22df94b commit b629c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/dict.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ Dictionary objects
514514
Expects *dict* to be an exact :class:`dict` instance.
515515
516516
Transfers all keys and values from *dict*
517-
to the newly allocated :c:type:`PyFrozenDict` with O(1) complexity.
517+
to the newly allocated :class:`!frozendict` with O(1) complexity.
518518
Clears the input *dict* on success.
519519
Returns ``NULL`` with the exception set on error.
520520

0 commit comments

Comments
 (0)