]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix some false positives of documentation syntax problems
authorPablo Galindo <pablogsal@gmail.com>
Tue, 7 Dec 2021 22:47:24 +0000 (22:47 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 8 Dec 2021 22:22:55 +0000 (22:22 +0000)
Doc/reference/datamodel.rst
Doc/tools/susp-ignored.csv
Doc/using/configure.rst

index 81dad77fab97a20502f8f18e0c76ddf120e0ef98..aa0d91ad1c97d2904baf2ebe54bc5c3612bea0e7 100644 (file)
@@ -2331,7 +2331,7 @@ called::
    from inspect import isclass
 
    def subscribe(obj, x):
-       """Return the result of the expression `obj[x]`"""
+       """Return the result of the expression 'obj[x]'"""
 
        class_of_obj = type(obj)
 
index 280e9a63cdcc3db3e0669a9ddd96d77be5df4440..cbc3ac0bbab34a1b81167b410a3da9c36ed492a8 100644 (file)
@@ -369,7 +369,6 @@ whatsnew/changelog,,::,default::DeprecationWarning
 library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
 library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
 library/re,,`,"`"
-using/configure,84,:db2,=db1:db2:...
 library/typing,,`,# Type of ``val`` is narrowed to ``str``
 library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
 library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
@@ -380,4 +379,5 @@ library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destro
 library/tkinter,,::,ttk::frame
 library/tkinter,,::,ttk::button
 library/tkinter,,::,ttk::widget
-reference/datamodel,2285,`,"""""""Return the result of the expression `obj[x]`"""""""
+whatsnew/changelog,305,::,Lib/email/mime/nonmultipart.py::MIMENonMultipart
+whatsnew/changelog,308,::,Lib/ctypes/test/test_functions.py::test_mro
index 5720f015eca061cd8efa3e3696068b192d645164..7802a7c810b29e4774864a59a7b7957ed0461b53 100644 (file)
@@ -80,7 +80,7 @@ General Options
 
    .. versionadded:: 3.9
 
-.. cmdoption:: --with-dbmliborder=db1:db2:...
+.. cmdoption:: --with-dbmliborder=<list of backend names>
 
    Override order to check db backends for the :mod:`dbm` module