Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Spelling checks for the documentation #173

Closed
wants to merge 5 commits into from
Closed

Spelling checks for the documentation #173

wants to merge 5 commits into from

Conversation

evildmp
Copy link
Contributor

@evildmp evildmp commented Sep 30, 2015

No description provided.

s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.settimeout(5)
s.connect(('4.4.4.2', 80))
s.send(b"hello")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be best not to mix quoting like this. The general rule is to always use ', unless you need to quote a ' - if you need to do that you start with " so that you don't need to backslash-quote.

@cyberstar
Copy link
Contributor

@evildmp @tom can we please check the #166 first? i think it is more accurate in terms of setup, and should contain same fixes.

@cyberstar
Copy link
Contributor

duplicate of #166 which is merged, so i'm closing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants