Skip to content

Commit e6281b9

Browse files
committed
fixing line break on wsgi page
1 parent 6825908 commit e6281b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-04-04T08:23:55Z</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-04-04T08:25:39Z</updated></feed>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ development stalled and security vulnerabilities were discovered there
2424
was recognition by the community that a consistent way to execute Python
2525
code for web applications was needed.
2626

27-
Therefore the Python community came up with WSGI as a standard interface that
27+
Therefore the Python community came up with WSGI as a standard interface that
2828
modules and containers could implement. WSGI is now the accepted approach
2929
for running Python web applications.
3030

wsgi-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Why are WSGI servers necessary?</h2>
8989
development stalled and security vulnerabilities were discovered there
9090
was recognition by the community that a consistent way to execute Python
9191
code for web applications was needed.</p>
92-
<p>Therefore the Python community came up with WSGI as a standard interface that<br />
92+
<p>Therefore the Python community came up with WSGI as a standard interface that
9393
modules and containers could implement. WSGI is now the accepted approach
9494
for running Python web applications.</p>
9595
<h2>WSGI's Purpose</h2>

0 commit comments

Comments
 (0)