Fix trailing colon and newline in test.rst (#1250)

This commit is contained in:
Louie Lu 2017-04-22 14:46:18 +08:00 committed by Serhiy Storchaka
parent 7bfd740e3d
commit 7fae81e167
1 changed files with 2 additions and 1 deletions

View 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