summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fred@fdrake.net>2019-09-10 14:29:29 -0400
committerAnthony Sottile <asottile@umich.edu>2019-09-10 11:29:29 -0700
commit7106a16b65ad66e4ab0662732dbbd8240b91dcc7 (patch)
treeee1f0145e29adaaad7375948cd013c2014497bba
parentd33497ae30aa6e47657a1e9aed5a44bc01ffee53 (diff)
downloadtox-git-7106a16b65ad66e4ab0662732dbbd8240b91dcc7.tar.gz
fix typo in doc on factored configuration (#1419)
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 728bcb4f..5b35d50e 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -829,7 +829,7 @@ Reading it line by line:
- ``Django>=1.5,<1.6`` will be included for environments containing
``django15`` factor,
- ``Django>=1.6,<1.7`` similarly depends on ``django16`` factor,
-- ``unittest`` will be loaded for Python 3.6 environments.
+- ``unittest2`` will be loaded for Python 3.6 environments.
tox provides a number of default factors corresponding to Python interpreter
versions. The conditional setting above will lead to either ``python3.6`` or