Skip to content

Commit 7a19f5d

Browse files
committed
tweaking os page wording
1 parent 16d7695 commit 7a19f5d

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-12T13:37:01Z</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-12T13:37:27Z</updated></feed>

operating-systems.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Why are operating systems necessary?</h2>
8989
application. It would be impossible to write features for your Python
9090
web application because you'd be too busy hunting down a memory leak in
9191
your assembly code, if you even were able to get that far.</p>
92-
<p>Fortunately, open source provides Linux to the Python world as a great
92+
<p>Fortunately, open source provides Linux to the Python world as a rock solid
9393
free operating system for running our applications.</p>
9494
<h2>Recommended operating systems</h2>
9595
<p>The only recommended operating system for production Python web stack
@@ -98,7 +98,7 @@ <h2>Recommended operating systems</h2>
9898
Red Hat Enterprise Linux, and CentOS are all viable options. </p>
9999
<p>Mac OS X is fine for development activities. Windows and Mac
100100
OS X are not appropriate for production deployments unless there is a
101-
specific reason why you must use them in lieu of Linux.</p>
101+
major reason why you must use them in lieu of Linux.</p>
102102
<h3>Ubuntu</h3>
103103
<p>Ubuntu is a Linux distribution packaged by the
104104
<a href="http://www.canonical.com/">Canonical Ltd</a> company. Ubuntu uses the

source/content/pages/03-operating-systems/0301-operating-systems.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ application. It would be impossible to write features for your Python
2323
web application because you'd be too busy hunting down a memory leak in
2424
your assembly code, if you even were able to get that far.
2525

26-
Fortunately, open source provides Linux to the Python world as a great
26+
Fortunately, open source provides Linux to the Python world as a rock solid
2727
free operating system for running our applications.
2828

2929

@@ -35,7 +35,7 @@ Red Hat Enterprise Linux, and CentOS are all viable options.
3535

3636
Mac OS X is fine for development activities. Windows and Mac
3737
OS X are not appropriate for production deployments unless there is a
38-
specific reason why you must use them in lieu of Linux.
38+
major reason why you must use them in lieu of Linux.
3939

4040
### Ubuntu
4141
Ubuntu is a Linux distribution packaged by the

0 commit comments

Comments
 (0)