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.
2 parents 9f147ab + 16b594d commit 964b2f7Copy full SHA for 964b2f7
Doc/c-api/dict.rst
@@ -50,7 +50,7 @@ Dictionary Objects
50
of many built-in types. A :c:type:`PyDictProxy_Type` instance provides a
51
dynamic, read-only view of an underlying dictionary: changes to the
52
underlying dictionary are reflected in the proxy, but the proxy itself
53
- does not support mutation operations.These objects correspond to
+ does not support mutation operations. This corresponds to
54
:class:`types.MappingProxyType` in Python.
55
56
0 commit comments