From 7138ca2bb09f254bce832248d6cc844edc51ed5a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 16 Jan 2011 16:24:08 -0500 Subject: use correct rendering --- docs/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 `_. 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 -- cgit v1.2.3