summaryrefslogtreecommitdiff
path: root/doc/config-v2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config-v2.txt')
-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
----------------------------------------------------------