]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Resolve reference warnings in faq/design.rst (#108148)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Sun, 20 Aug 2023 18:34:27 +0000 (19:34 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 18:34:27 +0000 (12:34 -0600)
Doc/faq/design.rst
Doc/tools/.nitignore

index 11d01374dc1e79166bb1060672d4a70da38bb978..ae02c443e5938bf43220b9c28cf27814638f1db3 100644 (file)
@@ -584,9 +584,9 @@ exhaustive test suites that exercise every line of code in a module.
 An appropriate testing discipline can help build large complex applications in
 Python as well as having interface specifications would.  In fact, it can be
 better because an interface specification cannot test certain properties of a
-program.  For example, the :meth:`list.append` method is expected to add new elements
+program.  For example, the :meth:`!list.append` method is expected to add new elements
 to the end of some internal list; an interface specification cannot test that
-your :meth:`list.append` implementation will actually do this correctly, but it's
+your :meth:`!list.append` implementation will actually do this correctly, but it's
 trivial to check this property in a test suite.
 
 Writing test suites is very helpful, and you might want to design your code to
index ac5b54b38f37cb51697bfadb11fd5e514e4ca594..0262a0afe454613bd5512113ce089846605b71bf 100644 (file)
@@ -24,7 +24,6 @@ Doc/c-api/typeobj.rst
 Doc/c-api/unicode.rst
 Doc/extending/extending.rst
 Doc/extending/newtypes.rst
-Doc/faq/design.rst
 Doc/faq/gui.rst
 Doc/faq/library.rst
 Doc/glossary.rst