diff options
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index fe2325e..9d8d080 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1452,7 +1452,7 @@ should use the following idiom:: except ImportError: pass else: - ... # do something that requires SSL support + ... # do something that requires SSL support Client-side operation ^^^^^^^^^^^^^^^^^^^^^ |