Grammar
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 @@
     ])
     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)