Skip to content

Commit 6c93140

Browse files
committed
tweaking wording on web servers page
1 parent 49d85a1 commit 6c93140

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-03-12T09:21:43Z</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-12T09:24:05Z</updated></feed>

source/content/pages/04-web-servers/0401-web-servers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sort-order: 04
88
Web servers respond to
99
[Hypertext Transfer Protocol](http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) (HTTP)
1010
requests from clients and send back a response containing a status code and
11-
often content as well.
11+
often content such as HTML, XML or JSON as well.
1212

1313
## Why are web servers necessary?
1414
Web servers are the ying to the web client's yang. The server and client speak

web-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1>Web servers</h1>
7878
<p>Web servers respond to
7979
<a href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">Hypertext Transfer Protocol</a> (HTTP)
8080
requests from clients and send back a response containing a status code and
81-
often content as well.</p>
81+
often content such as HTML, XML or JSON as well.</p>
8282
<h2>Why are web servers necessary?</h2>
8383
<p>Web servers are the ying to the web client's yang. The server and client speak
8484
the standardized language of the World Wide Web. The standardized language

0 commit comments

Comments
 (0)