Skip to content

Commit 337ffde

Browse files
committed
tweaking wording on wsgi servers page
1 parent 797c893 commit 337ffde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-15T10:31:10Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-15T10:34:48Z</updated></feed>

source/content/pages/07-wsgi-servers/0701-wsgi-servers.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ was recognition by the community that a consistent way to execute Python
2525
code for web applications was needed.
2626

2727
Therefore the Python community came up with WSGI as a standard interface that
28-
modules and containers could implement to run Python applications. WSGI is
29-
now the accepted approach for running Python web application code.
28+
modules and containers could implement. WSGI is now the accepted approach
29+
for running Python web applications.
3030

3131

3232
## WSGI's Purpose

wsgi-servers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ <h2>Why are WSGI servers necessary?</h2>
9090
was recognition by the community that a consistent way to execute Python
9191
code for web applications was needed.</p>
9292
<p>Therefore the Python community came up with WSGI as a standard interface that<br />
93-
modules and containers could implement to run Python applications. WSGI is
94-
now the accepted approach for running Python web application code. </p>
93+
modules and containers could implement. WSGI is now the accepted approach
94+
for running Python web applications.</p>
9595
<h2>WSGI's Purpose</h2>
9696
<p>Why use WSGI and not just point a web server directly at an application?</p>
9797
<ul>

0 commit comments

Comments
 (0)