Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Chapter 12 Networked Programs #203

Closed
nicolopz opened this issue Mar 12, 2019 · 2 comments
Closed

Typo Chapter 12 Networked Programs #203

nicolopz opened this issue Mar 12, 2019 · 2 comments

Comments

@nicolopz
Copy link

There are two typos in the HTML book https://www.py4e.com/html3/12-network
They are located in the title and the third sentence.

  1. HyperText Transfer Protocol - HTTP
    The first "t" should be lowercase:
    Hypertext Transfer Protocol - HTTP
    https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol

  2. In the sentence, "The network protocol that powers the web is actually quite simple and there is built-in support in Python called sockets..." sockets should be socket.
    This is how it is mentioned in the reference.
    https://docs.python.org/3.7/library/socket.html

csev added a commit that referenced this issue Jul 21, 2019
@csev
Copy link
Owner

csev commented Jul 21, 2019

Fixed - Thanks.

@csev
Copy link
Owner

csev commented Jan 1, 2024

Fixed - thanks.

@csev csev closed this as completed Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants