diff options
| author | Louie Lu <me@louie.lu> | 2017-04-22 14:46:18 +0800 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-22 09:46:18 +0300 |
| commit | 7fae81e1672d0b4110d31ea6a765b54f63a2e54b (patch) | |
| tree | a442f8d9ed96ecf23647183d27a9627680d05788 | |
| parent | 7bfd740e3d484e6fdf3f5c2d4640450957f9d89c (diff) | |
| download | cpython-git-7fae81e1672d0b4110d31ea6a765b54f63a2e54b.tar.gz | |
Fix trailing colon and newline in test.rst (#1250)
| -rw-r--r-- | Doc/library/test.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index fab3e1fe4c..9d4ff7ad8b 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 |
