summaryrefslogtreecommitdiff
path: root/OpenSSL/ssl/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/ssl/context.c')
-rw-r--r--OpenSSL/ssl/context.c2
1 files changed, 1 insertions, 1 deletions
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 @@ ssl_Context_set_session_id(ssl_ContextObj *self, PyObject *args)
}
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\