summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 16:30:21 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-17 16:30:21 -0400
commit6749ec20140881ee2531e2bb5c87ae8e1dfd9a37 (patch)
tree94fb191d409f28b5e4519beff2a9a0ec1f5bd8a6
parentf11e3393c4f76ee27d9f213e352357098239243e (diff)
downloadpyopenssl-6749ec20140881ee2531e2bb5c87ae8e1dfd9a37.tar.gz
Fix some rST markup.
-rw-r--r--OpenSSL/SSL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py
index 7187a9b..be636ae 100644
--- a/OpenSSL/SSL.py
+++ b/OpenSSL/SSL.py
@@ -1299,7 +1299,7 @@ class Connection(object):
The makefile() method is not implemented, since there is no dup semantics
for SSL connections
- :raise NotImplementedError
+ :raise: NotImplementedError
"""
raise NotImplementedError("Cannot make file object of OpenSSL.SSL.Connection")