◐ Shell
clean mode source ↗

Fixed a handful of typos by alex · Pull Request #343 · python/cpython

berkerpeksag


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.

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.

Choose a reason for hiding this comment

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

fixed

marco-buttu

Choose a reason for hiding this comment

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

Thank you, LGTM :-)

berkerpeksag

@Mariatta

So I'm not sure how to apply the labels here lol

Doc/library/email.compat32-message.rst -> needs backport to 3.6
Doc/library/email.message.rst -> needs backport to 3.6
Doc/library/idle.rst -> needs backport to 2.7, 3.5, 3.6
Doc/library/ssl.rst -> needs backport to 3.6

@berkerpeksag

I'd say don't bother to backport this to 2.7 and 3.5 :)

@Mariatta

ok. then everything else LGTM :)

Mariatta

Mariatta pushed a commit to Mariatta/cpython that referenced this pull request

Mar 1, 2017
(cherry picked from commit 1cf2a80)

@alex alex deleted the typos branch

March 1, 2017 03:31

Mariatta added a commit that referenced this pull request

Mar 1, 2017
(cherry picked from commit 1cf2a80)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022