summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2012-02-08 14:11:07 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2012-02-08 14:11:07 -0500
commit717aa445ea4f73936ebef719808378ebafb48f95 (patch)
treead91ce64e0b8d1f8ab18c80ee1d9b3f09990402b
parent8e8f90c85a87ad23b3d55bc35081aa340c863467 (diff)
downloadpyopenssl-717aa445ea4f73936ebef719808378ebafb48f95.tar.gz
minor doc tweak
-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\