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 c878f5d commit 92a5c08Copy full SHA for 92a5c08
Doc/library/collections.rst
@@ -1209,7 +1209,7 @@ attribute.
1209
regular dictionary, which is accessible via the :attr:`data` attribute of
1210
:class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is
1211
initialized with its contents; note that a reference to *initialdata* will not
1212
- be kept, allowing it be used for other purposes.
+ be kept, allowing it to be used for other purposes.
1213
1214
In addition to supporting the methods and operations of mappings,
1215
:class:`UserDict` instances provide the following attribute:
0 commit comments