]> granicus.if.org Git - python/commitdiff
[3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)
authorLouie Lu <me@louie.lu>
Sat, 22 Apr 2017 11:49:40 +0000 (19:49 +0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 22 Apr 2017 11:49:40 +0000 (14:49 +0300)
(cherry picked from commit 7fae81e1672d0b4110d31ea6a765b54f63a2e54b)

Doc/library/test.rst

index 59577f0fe8969a46dbf34e31b0f30c2f63311c3f..2777128bd82960fb1f6b95e60c67d5ef61d45703 100644 (file)
@@ -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