Skip to content

Commit 654ead2

Browse files
Fix typo in collections.rst (GH-27270) (#27284)
1 parent e0ef816 commit 654ead2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ attribute.
11871187
regular dictionary, which is accessible via the :attr:`data` attribute of
11881188
:class:`UserDict` instances. If *initialdata* is provided, :attr:`data` is
11891189
initialized with its contents; note that a reference to *initialdata* will not
1190-
be kept, allowing it be used for other purposes.
1190+
be kept, allowing it to be used for other purposes.
11911191

11921192
In addition to supporting the methods and operations of mappings,
11931193
:class:`UserDict` instances provide the following attribute:

0 commit comments

Comments
 (0)