[Python-checkins] Doc: Fix typo. (GH-11315)

Miss Islington (bot) webhook-mailer at python.org
Tue Feb 19 09:46:13 EST 2019


https://github.com/python/cpython/commit/513e9b4425d09cb0b4889495f9b93dda341b8dd0
commit: 513e9b4425d09cb0b4889495f9b93dda341b8dd0
branch: master
author: Julien Palard <julien at palard.fr>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-02-19T06:46:07-08:00
summary:

Doc: Fix typo. (GH-11315)



From: https://mail.python.org/pipermail/docs/2018-December/038583.html

files:
M Doc/library/unittest.rst

diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index acf9b49548b3..c5d19858e115 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -27,7 +27,7 @@ object-oriented way:
 
 test fixture
    A :dfn:`test fixture` represents the preparation needed to perform one or more
-   tests, and any associate cleanup actions.  This may involve, for example,
+   tests, and any associated cleanup actions.  This may involve, for example,
    creating temporary or proxy databases, directories, or starting a server
    process.
 



More information about the Python-checkins mailing list