summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpierreluctg <pierreluctg@gmail.com>2018-01-12 08:52:20 -0500
committerFlorian Bruhin <me@the-compiler.org>2018-01-12 14:52:20 +0100
commit36ff71d18d10e3c0d4275179d8912abc385b20f0 (patch)
tree05a8cab51d450a5a49e9b553c49401fe49f527e7 /doc
parent9129d0922fdd1b6dfe3459325528ba97468dd52e (diff)
downloadtox-git-36ff71d18d10e3c0d4275179d8912abc385b20f0.tar.gz
Fix minor error in documentation (#741)
* Fix minor error in documentation replaced `]` with `}` * Update CONTRIBUTORS
Diffstat (limited to 'doc')
-rw-r--r--doc/config-v2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config-v2.rst b/doc/config-v2.rst
index 58abeb2d..cfb24dc2 100644
--- a/doc/config-v2.rst
+++ b/doc/config-v2.rst
@@ -195,7 +195,7 @@ Default settings related to environment names/variants
tox comes with predefined settings for certain variants, namely:
* ``{easy,pip}`` use easy_install or pip respectively
-* ``{py27,py34,py35,py36,pypy19]`` use the respective
+* ``{py27,py34,py35,py36,pypy19}`` use the respective
pythonNN or PyPy interpreter
* ``{win32,linux,darwin}`` defines the according ``platform``.