summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Dunklau <colin.dunklau@gmail.com>2015-12-04 06:35:43 -0600
committerColin Dunklau <colin.dunklau@gmail.com>2015-12-04 06:35:43 -0600
commitca1df001bdbe8f41e2110a330c8ccd7f8088c107 (patch)
treebc824b4614ef624b81822dfab85521dc2b1235b0
parentb9a0f41f4c303c0451b30dd45af0170d7e0fef19 (diff)
downloadtox-fix-minor-typos-in-config-doc.tar.gz
Fix two minor typos in config docfix-minor-typos-in-config-doc
-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}