summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-02-03 12:38:10 -0800
committerSteve Piercy <web@stevepiercy.com>2017-02-03 12:38:10 -0800
commitce889449afa3147e77c987067afdcca31bcd9f05 (patch)
tree981601e888c95ebef4f4a78c1361d0d68275cff2 /docs/narr/introduction.rst
parentc83c7670a8cf2b73df871a17e27c76d39b4f9334 (diff)
downloadpyramid-ce889449afa3147e77c987067afdcca31bcd9f05.tar.gz
pyramid-ce889449afa3147e77c987067afdcca31bcd9f05.tar.bz2
pyramid-ce889449afa3147e77c987067afdcca31bcd9f05.zip
update links and reST syntax for mod_wsgi
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 7027d6601..3aa603bcf 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -433,7 +433,7 @@ for speed. It only does as much work as absolutely necessary when you ask it
to get a job done. Extraneous function calls and suboptimal algorithms in its
core codepaths are avoided. It is feasible to get, for example, between 3500
and 4000 requests per second from a simple Pyramid view on commodity dual-core
-laptop hardware and an appropriate WSGI server (mod_wsgi or gunicorn). In any
+laptop hardware and an appropriate WSGI server (:term:`mod_wsgi` or gunicorn). In any
case, performance statistics are largely useless without requirements and
goals, but if you need speed, Pyramid will almost certainly never be your
application's bottleneck; at least no more than Python will be a bottleneck.