]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in collections.rst (GH-27270) (#27284)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Jul 2021 08:38:40 +0000 (01:38 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 08:38:40 +0000 (10:38 +0200)
Doc/library/collections.rst

index 5189a2e88a6ce183c4af0b278718a157739e0abb..000015becb11b9fd3c354269f892efe7b9f19a5b 100644 (file)
@@ -1187,7 +1187,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: