summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-18 10:20:11 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-01-18 10:20:11 -0500
commit17044830822685134794409d5e8d701243ae3b32 (patch)
tree3250448d11e94b46ef39a44e60eb2c4a7ab0d677
parent63eab6970b658b34039a77cb809bbc9ee3934492 (diff)
downloadpyopenssl-17044830822685134794409d5e8d701243ae3b32.tar.gz
Simple docstring reformatting
-rw-r--r--OpenSSL/test/test_ssl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index a30e369..132cdff 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -1083,9 +1083,9 @@ class ContextTests(TestCase, _LoopbackMixin):
def test_set_cipher_list_wrong_args(self):
"""
- :py:obj:`Context.set_cipher_list` raises :py:obj:`TypeError` when passed
- zero arguments or more than one argument or when passed a non-byte
- string single argument and raises :py:obj:`OpenSSL.SSL.Error` when
+ :py:obj:`Context.set_cipher_list` raises :py:obj:`TypeError` when
+ passed zero arguments or more than one argument or when passed a
+ non-string single argument and raises :py:obj:`OpenSSL.SSL.Error` when
passed an incorrect cipher list string.
"""
context = Context(TLSv1_METHOD)