summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-11 12:05:26 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-11 12:05:26 +0100
commita7a63af02faf633f2b400adfaace98219b2bde6c (patch)
tree80899b54f759364673e721a04d89626898117132 /tests
parentf90e368cdd11654b7e68fbde98c561177b333671 (diff)
downloadpyopenssl-git-a7a63af02faf633f2b400adfaace98219b2bde6c.tar.gz
Grammar
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ssl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_ssl.py b/tests/test_ssl.py
index 98b9688..433fa2c 100644
--- a/tests/test_ssl.py
+++ b/tests/test_ssl.py
@@ -362,9 +362,9 @@ class TestContext(object):
])
def test_set_cipher_list(self, context, cipher_string):
"""
- :meth:`Context.set_cipher_list` accepts both :py:obj:`bytes` naming the
- ciphers which connections created with the context object will be able
- to choose from.
+ :meth:`Context.set_cipher_list` accepts both byte and unicode strings
+ for naming the ciphers which connections created with the context
+ object will be able to choose from.
"""
context.set_cipher_list(cipher_string)
conn = Connection(context, None)