-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Fixed a handful of typos #343
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
Conversation
Doc/library/ssl.rst
Outdated
@@ -947,8 +947,7 @@ SSL Sockets | |||
the specification of normal, OS-level sockets. See especially the | |||
:ref:`notes on non-blocking sockets <ssl-nonblocking>`. | |||
|
|||
Usually, :class:`SSLSocket` are not created directly, but using the | |||
the :meth:`SSLContext.wrap_socket` method. | |||
Usually, :class:`SSLSocket` are not created directly, but using the :meth:`SSLContext.wrap_socket` method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is a bit long. It would be nice to wrap it at 80 or so chars.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, LGTM :-)
So I'm not sure how to apply the labels here lol Doc/library/email.compat32-message.rst -> needs backport to 3.6 |
I'd say don't bother to backport this to 2.7 and 3.5 :) |
ok. then everything else LGTM :) |
(cherry picked from commit 1cf2a80)
No description provided.