mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typos in docs and docstrings (GH-13745)
This commit is contained in:
parent
e584cbff1e
commit
0d70227e41
15 changed files with 16 additions and 16 deletions
|
@ -862,7 +862,7 @@ class SSLObject:
|
|||
@property
|
||||
def server_hostname(self):
|
||||
"""The currently set server hostname (for SNI), or ``None`` if no
|
||||
server hostame is set."""
|
||||
server hostname is set."""
|
||||
return self._sslobj.server_hostname
|
||||
|
||||
def read(self, len=1024, buffer=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue