]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in collections.rst (#27270)
authorElliot Waite <elliot@elliotwaite.com>
Thu, 22 Jul 2021 07:31:22 +0000 (00:31 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 07:31:22 +0000 (09:31 +0200)
Doc/library/collections.rst

index a63090414d43983c392cb34168e66521857b8b7f..2a0bc049f88dd51243cf9e03dbe78da3daa408c7 100644 (file)
@@ -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: