summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index a7e3a7884..93d6253cc 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -285,7 +285,7 @@ Glossary
WSGI
`Web Server Gateway Interface <http://wsgi.org/>`_. This is a
Python standard for connecting web applications to web servers,
- similar to the concept of Java Servlets. ``pyramid`` requires
+ similar to the concept of Java Servlets. :app:`Pyramid` requires
that your application be served as a WSGI application.
middleware