summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index ac746d7..4279041 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -159,10 +159,10 @@ constraints on the environment, you can use::
[extras]
security =
aleph
- bet :python_environment=='3.2'
- gimel :python_environment=='2.7'
+ bet:python_version=='3.2'
+ gimel:python_version=='2.7'
testing =
- quux :python_environment=='2.7'
+ quux:python_version=='2.7'
long_description
----------------