summaryrefslogtreecommitdiff
path: root/Lib/ssl.py
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:42:33 +0530
committerPetr Viktorin <encukou@gmail.com>2019-06-03 01:12:33 +0200
commit0d70227e419ab78c44d81b4ea6ae8aaf769470e6 (patch)
tree7fcafd5e2f1291c61989b119eff03ce7113bc928 /Lib/ssl.py
parente584cbff1ea78e700cf9943d50467e3b58301ccc (diff)
downloadcpython-git-0d70227e419ab78c44d81b4ea6ae8aaf769470e6.tar.gz
Fix typos in docs and docstrings (GH-13745)
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r--Lib/ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ssl.py b/Lib/ssl.py
index f5fa6aeec2..4afa46e5da 100644
--- a/Lib/ssl.py
+++ b/Lib/ssl.py
@@ -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):