summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-16 05:34:00 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-16 05:34:00 -0800
commita6d8b494c3de85eceb33ab57a046fb6955f909fc (patch)
tree49bed2e57e0541f119c16889b062b491abb9e7f4 /docs/glossary.rst
parentd4ce9d3f915b18425b4ce5224a51a89342270371 (diff)
downloadpyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.gz
pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.bz2
pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.zip
Remove most Python 2 mentions from docs. Exclusions:
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index f42b298df..e15d28fa5 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -1071,7 +1071,7 @@ Glossary
Green Unicorn
Aka ``gunicorn``, a fast :term:`WSGI` server that runs on Unix under
- Python 2.6+ or Python 3.1+. See https://gunicorn.org/ for detailed
+ Python 2.6+ or Python 3.4+. See https://gunicorn.org/ for detailed
information.
predicate factory