From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 22 Jul 2021 08:38:40 +0000 (-0700) Subject: Fix typo in collections.rst (GH-27270) (#27284) X-Git-Tag: v3.9.7~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=654ead25ab700d01b8379b1dbc1ed9bdeb3bca86;p=thirdparty%2FPython%2Fcpython.git Fix typo in collections.rst (GH-27270) (#27284) --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 5189a2e88a6c..000015becb11 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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: