Skip to content

Commit 50bdb2c

Browse files
committed
updating site with PR mattmakai#41
1 parent 1ec06a4 commit 50bdb2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,11 +1009,11 @@ <h1>Operating Systems</h1>
10091009
to computing resources. The operating system also includes a way to install
10101010
programs necessary for running your Python web application.</p>
10111011
<h2>Why are operating systems necessary?</h2>
1012-
<p>An operating system makes many the computing tasks we take for granted easy.
1012+
<p>An operating system makes many of the computing tasks we take for granted easy.
10131013
For example, the operating system enables writing to files,
10141014
communicating over a network and running multiple programs at once.
10151015
Otherwise you'd need to control the CPU, memory, network, graphics card,
1016-
and many other components with your own low-level implemention.</p>
1016+
and many other components with your own low-level implementation.</p>
10171017
<p>Without using an existing operating system like Linux, Mac OS X, or Windows,
10181018
you'd be forced to write a new operating system as part of your web
10191019
application. It would be impossible to write features for your Python

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-10-12T10:48:57Z</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-10-13T20:13:01Z</updated></feed>

operating-systems.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ <h1>Operating Systems</h1>
4343
to computing resources. The operating system also includes a way to install
4444
programs necessary for running your Python web application.</p>
4545
<h2>Why are operating systems necessary?</h2>
46-
<p>An operating system makes many the computing tasks we take for granted easy.
46+
<p>An operating system makes many of the computing tasks we take for granted easy.
4747
For example, the operating system enables writing to files,
4848
communicating over a network and running multiple programs at once.
4949
Otherwise you'd need to control the CPU, memory, network, graphics card,
50-
and many other components with your own low-level implemention.</p>
50+
and many other components with your own low-level implementation.</p>
5151
<p>Without using an existing operating system like Linux, Mac OS X, or Windows,
5252
you'd be forced to write a new operating system as part of your web
5353
application. It would be impossible to write features for your Python

0 commit comments

Comments
 (0)