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 d38b637 commit b71c072Copy full SHA for b71c072
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.These objects correspond to
54
:class:`types.MappingProxyType` in Python.
55
56
0 commit comments