Improve documentation for passphrase callback (#703)

Address issue #701
diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py
index 8d94bd8..75d080a 100644
--- a/src/OpenSSL/SSL.py
+++ b/src/OpenSSL/SSL.py
@@ -695,7 +695,7 @@
         """
         Set the passphrase callback
 
-        :param callback: The Python callback to use
+        :param callback: The Python callback to use; must return a byte string
         :param userdata: (optional) A Python object which will be given as
                          argument to the callback
         :return: None