summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-28 20:33:08 -0800
committerGitHub <noreply@github.com>2016-11-28 20:33:08 -0800
commit968bebc0d1cbb6d85eb446b41c0f4560383c3022 (patch)
tree510ca54cbff453f52251c3ca95f4acbdd07d8360 /docs/quick_tour.rst
parentaf01a5ac5e31a778be8d634a560983fe818746bf (diff)
parentc8a5e024478d274309935251d59cd20908a95067 (diff)
downloadpyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.tar.gz
pyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.tar.bz2
pyramid-968bebc0d1cbb6d85eb446b41c0f4560383c3022.zip
Merge pull request #2840 from stevepiercy/master
add 3.6 support to documentation
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index 45c706b0d..5dc7d8816 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -26,7 +26,7 @@ To save a little bit of typing and to be certain that we use the modules,
scripts, and packages installed in our virtual environment, we'll set an
environment variable, too.
-As an example, for Python 3.5+ on Linux:
+As an example, for Python 3.6+ on Linux:
.. parsed-literal::
@@ -729,7 +729,7 @@ This yields the following output.
collected 1 items
hello_world/tests.py .
- ------------- coverage: platform darwin, python 3.5.0-final-0 -------------
+ ------------- coverage: platform darwin, python 3.6.0-final-0 -------------
Name Stmts Miss Cover Missing
--------------------------------------------------------
hello_world/__init__.py 11 8 27% 11-23