Skip to content

Commit b71c072

Browse files
committed
lint fixes
1 parent d38b637 commit b71c072

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.These objects correspond to
5454
:class:`types.MappingProxyType` in Python.
5555
5656

0 commit comments

Comments
 (0)