From: Elliot Waite Date: Thu, 22 Jul 2021 07:31:22 +0000 (-0700) Subject: Fix typo in collections.rst (#27270) X-Git-Tag: v3.11.0a1~611 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92a5c0871bfd835496ce5635f08d2bf0c62cb42a;p=thirdparty%2FPython%2Fcpython.git Fix typo in collections.rst (#27270) --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index a63090414d43..2a0bc049f88d 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: