summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>2021-07-12 18:52:05 +0200
committerGitHub <noreply@github.com>2021-07-12 17:52:05 +0100
commit557808c7487a43d68496097107751c8464c509bb (patch)
tree447ea7fd5232b967ae9d71f080cbf7ca48a085a5
parent3e1171a7441770300f82656deec8c27eb94521e8 (diff)
downloadtox-git-557808c7487a43d68496097107751c8464c509bb.tar.gz
Remove extra opening bracket in docs (#2101)
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 09effe05..b1056516 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -375,7 +375,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
.. conf:: deps ^ MULTI-LINE-LIST
- Environment dependencies - installed into the environment ((see :conf:`install_command`) prior
+ Environment dependencies - installed into the environment (see :conf:`install_command`) prior
to project after environment creation. One dependency (a file, a URL or a package name) per
line. Must be PEP-508_ compliant. All installer commands are executed using the toxinidir_ as the
current working directory.