Skip to content

Commit 92a5c08

Browse files
authored
Fix typo in collections.rst (#27270)
1 parent c878f5d commit 92a5c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

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

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

0 commit comments

Comments
 (0)