summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-12-06 16:02:17 +0100
committerholger krekel <holger@merlinux.eu>2015-12-06 16:02:17 +0100
commitff6898ab59957d96486b5b5ed33261eefc4b9fc4 (patch)
treed002f96862b0c97f7140f1ae131ff9c450fb1913
parent46f4845a6756e1eb483e322aff5b38718b36e916 (diff)
parented4341e0d8f8c70eda3fa70e506933c22ded7e40 (diff)
downloadtox-ff6898ab59957d96486b5b5ed33261eefc4b9fc4.tar.gz
Merged in pmezard/tox (pull request #183)
Fix minor typo in --help message
-rw-r--r--doc/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 8bfa57d..22f3dc7 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -441,7 +441,7 @@ Values from other sections can be refered to via::
{[sectionname]valuename}
which you can use to avoid repetition of config values.
-You can put default values in one section and reference them in others to avoid repeting the same values::
+You can put default values in one section and reference them in others to avoid repeating the same values::
[base]
deps =
@@ -455,7 +455,7 @@ You can put default values in one section and reference them in others to avoid
{[base]deps}
[testenv:mercurial]
- dep =
+ deps =
mercurial
{[base]deps}