summaryrefslogtreecommitdiff
path: root/doc/example/basic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example/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``.