diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-19 23:23:16 (GMT) |
commit | abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4 (patch) | |
tree | b39ac1a830a308cc000244bccfd70d41468268b3 /Doc/library/test.rst | |
parent | f8d6f73f264f2adefdd87c03bebb66a069ead393 (diff) | |
parent | 8f26565ba9e3d32f6c953b04c1b9f9d13c2e1818 (diff) | |
download | cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.zip cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.gz cpython-abe4d52a1a175b784a5ccae6f31638fb9bf7bfe4.tar.bz2 |
Merge doc and comment fixes from 3.5
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 6d1ffb8..d2649cc 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -550,7 +550,7 @@ The :mod:`test.support` module defines the following functions: or passed to an external program (i.e. the ``-accept`` argument to openssl's s_server mode). Always prefer :func:`bind_port` over :func:`find_unused_port` where possible. Using a hard coded port is - discouraged since it can makes multiple instances of the test impossible to + discouraged since it can make multiple instances of the test impossible to run simultaneously, which is a problem for buildbots. |