Skip to content

Commit adc4bef

Browse files
Apply suggestions from code review
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
1 parent af815fb commit adc4bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/collections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,11 +1338,11 @@ attribute.
13381338
13391339
Class that simulates a dictionary. The instance's contents are kept in a
13401340
regular dictionary, which is accessible via the :attr:`data` attribute of
1341-
:class:`UserDict` instances. If arguments are provided, they are used to
1341+
:class:`!UserDict` instances. If arguments are provided, they are used to
13421342
initialize :attr:`data`, like a regular dictionary.
13431343

13441344
In addition to supporting the methods and operations of mappings,
1345-
:class:`UserDict` instances provide the following attribute:
1345+
:class:`!UserDict` instances provide the following attribute:
13461346

13471347
.. attribute:: data
13481348

0 commit comments

Comments
 (0)