mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Doc: Fix typo. (GH-11315)
From: https://mail.python.org/pipermail/docs/2018-December/038583.html
This commit is contained in:
parent
5105483acb
commit
513e9b4425
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue