summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Cristian M?rie? <ionel.mc@gmail.com>2015-11-24 13:43:24 +0000
committerIonel Cristian M?rie? <ionel.mc@gmail.com>2015-11-24 13:43:24 +0000
commit3f560bde5fbf0f2a73ad66d46546816c2782bdb7 (patch)
treef07152b916bd752bb8a190b76a32fb60ff196603
parent65e64d4e24af25e0df927aa88ef427e6c2333f50 (diff)
downloadtox-3f560bde5fbf0f2a73ad66d46546816c2782bdb7.tar.gz
-rw-r--r--doc/config-v2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config-v2.txt b/doc/config-v2.txt
index b621bc1..c639652 100644
--- a/doc/config-v2.txt
+++ b/doc/config-v2.txt
@@ -143,7 +143,7 @@ The new "platform" setting
A testenv can define a new ``platform`` setting. If its value
is not contained in the string obtained from calling
-``platform.platform()`` the environment will be skipped.
+``sys.platform`` the environment will be skipped.
Expanding the ``envlist`` setting
----------------------------------------------------------