[Python-checkins] Fix typo in collections.rst (GH-27270) (#27285)

ambv webhook-mailer at python.org
Thu Jul 22 04:38:40 EDT 2021


https://github.com/python/cpython/commit/0fb4b75f7a8e8a3db5b90e7fe4a40348f6a51703
commit: 0fb4b75f7a8e8a3db5b90e7fe4a40348f6a51703
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-22T10:38:22+02:00
summary:

Fix typo in collections.rst (GH-27270) (#27285)

files:
M Doc/library/collections.rst

diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index a63090414d439..2a0bc049f88dd 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -1209,7 +1209,7 @@ attribute.
     regular dictionary, which is accessible via the :attr:`data` attribute of
     :class:`UserDict` instances.  If *initialdata* is provided, :attr:`data` is
     initialized with its contents; note that a reference to *initialdata* will not
-    be kept, allowing it be used for other purposes.
+    be kept, allowing it to be used for other purposes.
 
     In addition to supporting the methods and operations of mappings,
     :class:`UserDict` instances provide the following attribute:



More information about the Python-checkins mailing list