summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-11-11 09:54:59 +0100
committerholger krekel <holger@merlinux.eu>2014-11-11 09:54:59 +0100
commite77d40b148fbfce599fbdd590ac777f321c6414b (patch)
tree8a1ee3c68d0e9a159175b68831e02bc1ed1c2d4f
parentb551ae4820d9c9148abbe02e099b251531ed794b (diff)
parentcfebbb2b8943866739bb09a911b54256bc9365cc (diff)
downloadtox-e77d40b148fbfce599fbdd590ac777f321c6414b.tar.gz
Merged in tomviner/tox/tomviner/typo-extra-in-docs-basictxt--1415645866375 (pull request #126)
Typo: extra } in docs, basic.txt
-rw-r--r--doc/example/basic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example/basic.txt b/doc/example/basic.txt
index 562e2bf..f9a0606 100644
--- a/doc/example/basic.txt
+++ b/doc/example/basic.txt
@@ -76,7 +76,7 @@ you can add it to your ``deps`` variable like this::
deps = -rrequirements.txt
-All installation commands are executed using ``{toxinidir}}``
+All installation commands are executed using ``{toxinidir}``
(the directory where ``tox.ini`` resides) as the current
working directory. Therefore, the underlying ``pip`` installation
will assume ``requirements.txt`` to exist at ``{toxinidir}/requirements.txt``.