summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouie Lu <me@louie.lu>2017-04-22 11:49:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-22 11:49:40 (GMT)
commit7badde2bbb93e39ee917e22cd086e81eed076162 (patch)
tree13871aa625c40843620abfa8bc2c2b3251f4639b
parent503d74a60aa9290cf8d174eab95fdfdea1f2b284 (diff)
downloadcpython-7badde2bbb93e39ee917e22cd086e81eed076162.zip
cpython-7badde2bbb93e39ee917e22cd086e81eed076162.tar.gz
cpython-7badde2bbb93e39ee917e22cd086e81eed076162.tar.bz2
[3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)
(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 59577f0..2777128 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