]> granicus.if.org Git - python/commitdiff
Fix trailing colon and newline in test.rst (#1250)
authorLouie Lu <me@louie.lu>
Sat, 22 Apr 2017 06:46:18 +0000 (14:46 +0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 22 Apr 2017 06:46:18 +0000 (09:46 +0300)
Doc/library/test.rst

index fab3e1fe4cc6adcf9be5760b9f8d32d383fbbb44..9d4ff7ad8b45a3830ba1e319455e230ba7022205 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