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

This commit is contained in:
Miss Islington (bot) 2021-07-22 01:38:40 -07:00 committed by GitHub
parent e0ef81600f
commit 654ead25ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: