Skip to content

Commit 7fae81e

Browse files
louisomserhiy-storchaka
authored andcommitted
Fix trailing colon and newline in test.rst (#1250)
1 parent 7bfd740 commit 7fae81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/test.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,8 @@ The :mod:`test.support` module defines the following functions:
570570
def load_tests(*args):
571571
return load_package_tests(os.path.dirname(__file__), *args)
572572

573-
.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
573+
574+
.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=())
574575

575576
Returns the set of attributes, functions or methods of *ref_api* not
576577
found on *other_api*, except for a defined list of items to be

0 commit comments

Comments
 (0)