From 54b8f3fc8c5a10ae9b97d0bdbaf26554f702b43c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 30 Nov 2009 16:31:51 -0800 Subject: [PATCH] My kingdom for a backtick --- doc/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ssl.rst b/doc/ssl.rst index 50d7750..2b3bca5 100644 --- a/doc/ssl.rst +++ b/doc/ssl.rst @@ -28,7 +28,7 @@ Once pyOpenSSL is installed, you can then use the ``eventlet.green`` modules, li PyOpenSSL ---------- -:mod:`eventlet.green.OpenSSL` has exactly the same interface as pyOpenSSL_ '(docs) `_, and works in all versions of Python. This module is much more powerful than :func:`socket.ssl`, and may have some advantages over :mod:`ssl`, depending on your needs. +:mod:`eventlet.green.OpenSSL` has exactly the same interface as pyOpenSSL_ `(docs) `_, and works in all versions of Python. This module is much more powerful than :func:`socket.ssl`, and may have some advantages over :mod:`ssl`, depending on your needs. Here's an example of a server::