From 557808c7487a43d68496097107751c8464c509bb Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:52:05 +0200 Subject: [PATCH] Remove extra opening bracket in docs (#2101) --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 09effe051..b1056516d 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.