Skip to content

Commit

Permalink
Fix typo in SSLStream docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Jul 30, 2017
1 parent 11e7e8b commit 9b2089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trio/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class SSLStream(_Stream):
:class:`ssl.SSLObject`, and all of :class:`~ssl.SSLObject`'s methods and
attributes are re-exported as methods and attributes on this class.
This also means that you register a SNI callback using
This also means that if you register a SNI callback using
:meth:`~ssl.SSLContext.set_servername_callback`, then the first argument
your callback receives will be a :class:`ssl.SSLObject`.
Expand Down

0 comments on commit 9b2089b

Please sign in to comment.