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 0367569..d458d8b 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1585,7 +1585,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 ^^^^^^^^^^^^^^^^^^^^^ |