minor doc tweak
diff --git a/OpenSSL/ssl/context.c b/OpenSSL/ssl/context.c
index 0cb483d..0b9f4b6 100644
--- a/OpenSSL/ssl/context.c
+++ b/OpenSSL/ssl/context.c
@@ -718,7 +718,7 @@
 }
 
 static char ssl_Context_set_session_cache_mode_doc[] = "\n\
-Enable/disable session caching and the mode used.\n\
+Enable/disable session caching and specify the mode used.\n\
 \n\
 :param mode: One or more of the SESS_CACHE_* flags (combine using bitwise or)\n\
 :returns: The previously set caching mode.\n\