Skip to content

Commit e4d2575

Browse files
committed
Merge pull request UWPCE-PythonCert#21 from fulv/patch-1
Update outline.rst
2 parents b56efc4 + a176f94 commit e4d2575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/main/outline.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Session 2 - Web Protocols
3434
-------------------------
3535

3636
Protocols are the languages of the Internet. They govern how machines speak to
37-
one-another. We will focus on finding both the similarities and differences
37+
one another. We will focus on finding both the similarities and differences
3838
between protocols. Can you use the inherent qualities of each to determine
3939
which is appropriate for a given purpose?
4040

4141
Along the way, we'll build a simple web server. Using the HTTP protocol and
42-
extending what we learned in the morning about we'll create an HTTP server
42+
extending what we learned in the previous session we'll create an HTTP server
4343
that allows us to serve files and directories from our own computers. By the
4444
end of the day, you'll be browsing your filesystem with your own web browser.
4545

@@ -240,4 +240,4 @@ By the end of the session, you'll have a fully functional wiki you can play
240240
with. Maybe you'll use it to track the information you leared about Python
241241
Web Development.
242242

243-
`Lecture Slides <presentations/session10.html>`_
243+
`Lecture Slides <presentations/session10.html>`_

0 commit comments

Comments
 (0)