Skip to content

Commit 16b594d

Browse files
Update Doc/c-api/dict.rst
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
1 parent b71c072 commit 16b594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/dict.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Dictionary Objects
5050
of many built-in types. A :c:type:`PyDictProxy_Type` instance provides a
5151
dynamic, read-only view of an underlying dictionary: changes to the
5252
underlying dictionary are reflected in the proxy, but the proxy itself
53-
does not support mutation operations.These objects correspond to
53+
does not support mutation operations. This corresponds to
5454
:class:`types.MappingProxyType` in Python.
5555
5656

0 commit comments

Comments
 (0)