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 e0ef816 commit 654ead2Copy full SHA for 654ead2
1 file changed
Doc/library/collections.rst
@@ -1187,7 +1187,7 @@ attribute.
1187
regular dictionary, which is accessible via the :attr:`data` attribute of
1188
:class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is
1189
initialized with its contents; note that a reference to *initialdata* will not
1190
- be kept, allowing it be used for other purposes.
+ be kept, allowing it to be used for other purposes.
1191
1192
In addition to supporting the methods and operations of mappings,
1193
:class:`UserDict` instances provide the following attribute:
0 commit comments