diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-12-13 07:24:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 07:24:55 (GMT) |
commit | 3531ea441b8b76bff90d2ecc062335da65fd3341 (patch) | |
tree | a835b5817b4093b17afd210d34e7fdf499a70f69 /Doc/library/bdb.rst | |
parent | 3aea6c4823e90172c9bc36cd20dc51b295d8a3c4 (diff) | |
download | cpython-3531ea441b8b76bff90d2ecc062335da65fd3341.zip cpython-3531ea441b8b76bff90d2ecc062335da65fd3341.tar.gz cpython-3531ea441b8b76bff90d2ecc062335da65fd3341.tar.bz2 |
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/library/bdb.rst')
-rw-r--r-- | Doc/library/bdb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index d201dc9..4ce5c9b 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -294,7 +294,7 @@ The :mod:`bdb` module also defines two classes: .. method:: set_quit() Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` in - the next call to one of the :meth:`dispatch_\*` methods. + the next call to one of the :meth:`!dispatch_\*` methods. Derived classes and clients can call the following methods to manipulate |