We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af815fb commit adc4befCopy full SHA for adc4bef
Doc/library/collections.rst
@@ -1338,11 +1338,11 @@ attribute.
1338
1339
Class that simulates a dictionary. The instance's contents are kept in a
1340
regular dictionary, which is accessible via the :attr:`data` attribute of
1341
- :class:`UserDict` instances. If arguments are provided, they are used to
+ :class:`!UserDict` instances. If arguments are provided, they are used to
1342
initialize :attr:`data`, like a regular dictionary.
1343
1344
In addition to supporting the methods and operations of mappings,
1345
- :class:`UserDict` instances provide the following attribute:
+ :class:`!UserDict` instances provide the following attribute:
1346
1347
.. attribute:: data
1348
0 commit comments