Skip to content

Commit 6825908

Browse files
committed
fixing typo on wsgi page
1 parent 3c1835c commit 6825908

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-04-04T08:17:06Z</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:23:55Z</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
@@ -18,8 +18,8 @@ to execute arbitrary Python code. For several years in the late 1990s
1818
and early 2000s, Apache configured with mod\_python ran most Python web
1919
applications.
2020

21-
However, mod\_python wasn't a actual standard. It was just an implementation
22-
that allowed Python code to run on a server. As mod\_python's
21+
However, mod\_python wasn't a standard specification. It was just an
22+
implementation that allowed Python code to run on a server. As mod\_python's
2323
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.

wsgi-servers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ <h2>Why are WSGI servers necessary?</h2>
8484
to execute arbitrary Python code. For several years in the late 1990s
8585
and early 2000s, Apache configured with mod_python ran most Python web
8686
applications.</p>
87-
<p>However, mod_python wasn't a actual standard. It was just an implementation
88-
that allowed Python code to run on a server. As mod_python's
87+
<p>However, mod_python wasn't a standard specification. It was just an
88+
implementation that allowed Python code to run on a server. As mod_python's
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>

0 commit comments

Comments
 (0)