]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Fix typo. (GH-11315)
authorJulien Palard <julien@palard.fr>
Tue, 19 Feb 2019 14:46:07 +0000 (15:46 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Feb 2019 14:46:07 +0000 (06:46 -0800)
From: https://mail.python.org/pipermail/docs/2018-December/038583.html

Doc/library/unittest.rst

index acf9b49548b3c47a1d940c1be1e56cdd8a25833c..c5d19858e1154984edf436f49f3a3d7e30e239e8 100644 (file)
@@ -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.