summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouie Lu <me@louie.lu>2017-04-22 11:48:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-22 11:48:53 (GMT)
commit9d022f169ec64987b29359ae0e904026aab07a64 (patch)
tree4637a6112f70619cfd4c38235cc19f7585210535
parenta3d8dda7d899bf41ab7eb2c6148459ad276fe295 (diff)
downloadcpython-9d022f169ec64987b29359ae0e904026aab07a64.zip
cpython-9d022f169ec64987b29359ae0e904026aab07a64.tar.gz
cpython-9d022f169ec64987b29359ae0e904026aab07a64.tar.bz2
[3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254)
(cherry picked from commit 7fae81e1672d0b4110d31ea6a765b54f63a2e54b)
-rw-r--r--Doc/library/test.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index fab3e1f..9d4ff7a 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -570,7 +570,8 @@ The :mod:`test.support` module defines the following functions:
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)
-.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
+
+.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
Returns the set of attributes, functions or methods of *ref_api* not
found on *other_api*, except for a defined list of items to be