diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-03-28 19:14:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 19:14:26 (GMT) |
commit | bac2d5ba30339298db7d4caa9c8cd31d807cf081 (patch) | |
tree | d08e103d7d7f2ef41b56c2e7d8c360663bf7780e /Doc/library/test.rst | |
parent | aa50bf08e64f49d57917ab0b1aadf4308a3168a6 (diff) | |
download | cpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.zip cpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.tar.gz cpython-bac2d5ba30339298db7d4caa9c8cd31d807cf081.tar.bz2 |
Fix duplicating words words. (GH-6296)
Most of them have been added in 3.7.
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 0746fcf..7b0971a 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -1153,7 +1153,7 @@ The :mod:`test.support` module defines the following functions: *module*. The *name_of_module* argument can specify (as a string or tuple thereof) what - module(s) an API could be defined in in order to be detected as a public + module(s) an API could be defined in order to be detected as a public API. One case for this is when *module* imports part of its public API from other modules, possibly a C backend (like ``csv`` and its ``_csv``). |