summaryrefslogtreecommitdiff
path: root/docs/libwsgiref.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libwsgiref.tex')
-rwxr-xr-xdocs/libwsgiref.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libwsgiref.tex b/docs/libwsgiref.tex
index ba58e86..d797393 100755
--- a/docs/libwsgiref.tex
+++ b/docs/libwsgiref.tex
@@ -7,8 +7,8 @@ Implementation}
The Web Server Gateway Interface (WSGI) is a standard interface
between web server software and web applications written in Python.
-Having a standard interface makes it easy to use a WSGI-supporting
-application with a number of different web servers.
+Having a standard interface makes it easy to use an application
+that supports WSGI with a number of different web servers.
Only authors of web servers and programming frameworks need to know
every detail and corner case of the WSGI design. You don't need to