Skip to content

Commit 1ec06a4

Browse files
committed
Merge pull request mattmakai#41 from monop/gh-pages
Fix two errata in 0306-operating-systems.markdown
2 parents f913418 + ce946f2 commit 1ec06a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/content/pages/03-deployment/0306-operating-systems.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ programs necessary for running your Python web application.
2323

2424

2525
## Why are operating systems necessary?
26-
An operating system makes many the computing tasks we take for granted easy.
26+
An operating system makes many of the computing tasks we take for granted easy.
2727
For example, the operating system enables writing to files,
2828
communicating over a network and running multiple programs at once.
2929
Otherwise you'd need to control the CPU, memory, network, graphics card,
30-
and many other components with your own low-level implemention.
30+
and many other components with your own low-level implementation.
3131

3232
Without using an existing operating system like Linux, Mac OS X, or Windows,
3333
you'd be forced to write a new operating system as part of your web

0 commit comments

Comments
 (0)