summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Evers <ronald@ch10.nl>2013-10-08 22:56:21 +0200
committerRonald Evers <ronald@ch10.nl>2013-10-08 22:56:21 +0200
commitdbf1cbf4a71e1a034a2567985743422ac9a7a912 (patch)
tree6aeeb9364ed69fd2ecf327e1e42eaaff8a474b32
parenta2ead4c2cf104d53eed8cd67ebe57f7d9e645e3c (diff)
downloadtox-dbf1cbf4a71e1a034a2567985743422ac9a7a912.tar.gz
config documentation typo fixup
-rw-r--r--doc/config.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.txt b/doc/config.txt
index d147535..63970f6 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -122,10 +122,10 @@ Complete list of settings that you can put into ``testenv*`` sections:
.. confval:: deps=MULTI-LINE-LIST
- test-specific dependencies -.to be installed into the environment prior to project
+ test-specific dependencies - to be installed into the environment prior to project
package installation. Each line defines a dependency, which will be
- passed to the installer command for processing. A line specify a file,
- an URL or a package name. You can additionally specify
+ passed to the installer command for processing. Each line specifies a file,
+ a URL or a package name. You can additionally specify
an :confval:`indexserver` to use for installing this dependency.
All derived dependencies (deps required by the dep) will then be
retrieved from the specified indexserver::