summaryrefslogtreecommitdiff
path: root/doc/en/unittest.rst
diff options
context:
space:
mode:
authorTim Chan <macrotim@gmail.com>2015-11-27 22:46:45 -0800
committerTim Chan <macrotim@gmail.com>2015-11-27 22:46:45 -0800
commita8d7e513f41e40df92dd32484418102796d0bf55 (patch)
tree4a46b9ddaa7dbd1aec54df34587af881bdb49d88 /doc/en/unittest.rst
parent604a021a2a93076b6008ba8f11aedceb68e35e2c (diff)
downloadpytest-a8d7e513f41e40df92dd32484418102796d0bf55.tar.gz
Fixed docs
Diffstat (limited to 'doc/en/unittest.rst')
-rw-r--r--doc/en/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/unittest.rst b/doc/en/unittest.rst
index 198ebe841..28a4c9321 100644
--- a/doc/en/unittest.rst
+++ b/doc/en/unittest.rst
@@ -126,7 +126,7 @@ when writing the class-scoped fixture function above.
autouse fixtures and accessing other fixtures
-------------------------------------------------------------------
-Although it's usually better to explicitely declare use of fixtures you need
+Although it's usually better to explicitly declare use of fixtures you need
for a given test, you may sometimes want to have fixtures that are
automatically used in a given context. After all, the traditional
style of unittest-setup mandates the use of this implicit fixture writing