summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2020-11-26 12:48:14 -0800
committerBert JW Regeer <bertjw@regeer.org>2020-11-26 12:48:14 -0800
commitc6231621133fff34b5e54a56641a516dbe75f5fd (patch)
treeff75f43f8fa1404ac169c027969a274218ca306d
parent4ced2ed3e7e90ed5930b9a8ddf588c9716945bee (diff)
downloadwaitress-c6231621133fff34b5e54a56641a516dbe75f5fd.tar.gz
Missed dropping Py27 in docs
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e754c42..2e12be0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,8 +7,8 @@ Waitress
Waitress is meant to be a production-quality pure-Python WSGI server with very
acceptable performance. It has no dependencies except ones which live in the
Python standard library. It runs on CPython on Unix and Windows under Python
-2.7+ and Python 3.6+. It is also known to run on PyPy 7.3.2 (PyPy3) on UNIX.
-It supports HTTP/1.0 and HTTP/1.1.
+3.6+. It is also known to run on PyPy 7.3.2 (PyPy3) on UNIX. It supports
+HTTP/1.0 and HTTP/1.1.
Extended Documentation