summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkihiro Yamazaki <yamazaki@iij.ad.jp>2015-09-06 02:01:21 +0900
committerAkihiro Yamazaki <yamazaki@iij.ad.jp>2015-09-06 02:01:21 +0900
commit8509cece2ad913d6d62cd5d93f2e8810b09835c2 (patch)
tree5d778b2c3005a3524c81134ed29006f5fbd97c86 /doc
parentc05350ab641e3ffc5330816750e16a91f2b8aed1 (diff)
downloadpyopenssl-8509cece2ad913d6d62cd5d93f2e8810b09835c2.tar.gz
fix doc string
Diffstat (limited to 'doc')
-rw-r--r--doc/api/ssl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 1f6b1f3..ad4fd05 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -41,9 +41,9 @@ Context, Connection.
.. py:data:: OP_SINGLE_DH_USE
OP_SINGLE_ECDH_USE
- Constant used with :py:meth:`set_options` of Context objects.
+ Constants used with :py:meth:`set_options` of Context objects.
- When this option is used, a new key will always be created when using
+ When these options are used, a new key will always be created when using
ephemeral (Elliptic curve) Diffie-Hellman.