commit | 61f82e0e337f971da57f8f513abfe693edf95aa5 | [log] [tgz] |
---|---|---|
author | Ville Skyttä <ville.skytta@iki.fi> | Fri Apr 20 23:08:45 2018 +0300 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Apr 20 16:08:45 2018 -0400 |
tree | d783b7677df1f57618381c0b7c925a990a115444 | |
parent | 0399cf9b5e370516e3d0aed6a63ff74aff5eadb5 [diff] [blame] |
Spelling fixes to docs, docstrings, and comments (GH-6374)
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 7b0971a..aeeed00 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst
@@ -746,7 +746,7 @@ .. function:: wait_threads_exit(timeout=60.0) - Context manager to wait until all threads created in the ``with`` statment + Context manager to wait until all threads created in the ``with`` statement exit.