Skip to content

Commit a1dd89c

Browse files
committed
tweaking wording on wsgi page
1 parent ce06a3d commit a1dd89c

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-05-21T07:29:39Z</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-05-21T07:31:10Z</updated></feed>

source/content/pages/03-deployment/0311-wsgi-servers.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ The following are WSGI servers based on community recommendations.
194194

195195
## WSGI servers learning checklist
196196
<i class="fa fa-check-square-o"></i>
197-
Understand that WSGI is a standard specification for applications and servers
198-
to implement.
197+
Understand that WSGI is a standard Python specification for applications and
198+
servers to implement.
199199

200200
<i class="fa fa-check-square-o"></i>
201201
Pick a WSGI server based on available documentation and tutorials. Green

wsgi-servers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ <h2>WSGI resources</h2>
224224
</ul>
225225
<h2>WSGI servers learning checklist</h2>
226226
<p><i class="fa fa-check-square-o"></i>
227-
Understand that WSGI is a standard specification for applications and servers
228-
to implement. </p>
227+
Understand that WSGI is a standard Python specification for applications and
228+
servers to implement. </p>
229229
<p><i class="fa fa-check-square-o"></i>
230230
Pick a WSGI server based on available documentation and tutorials. Green
231231
Unicorn is a good one to start with since it's been around for awhile.</p>

0 commit comments

Comments
 (0)