summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <bitbucket.org@the-compiler.org>2016-06-21 10:39:36 +0000
committerFlorian Bruhin <bitbucket.org@the-compiler.org>2016-06-21 10:39:36 +0000
commit1a98e58878368a7bdbe4efbd66ab5d426180de83 (patch)
tree766aa9eeb9d5ba33ad519762b7bb41c2250d6ba9
parent21aebfec848ebe5d5a8be77bd6c78e1c60290cf8 (diff)
downloadtox-The-Compiler/fix-typo-1466505573719.tar.gz
-rw-r--r--tox/hookspecs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/hookspecs.py b/tox/hookspecs.py
index db589ed..22e231d 100644
--- a/tox/hookspecs.py
+++ b/tox/hookspecs.py
@@ -47,7 +47,7 @@ def tox_testenv_install_deps(venv, action):
def tox_runtest_pre(venv):
""" [experimental] perform arbitrary action before running tests for this venv.
- This could be used to indicate that tests for a given venv have started, for intstance.
+ This could be used to indicate that tests for a given venv have started, for instance.
"""