summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-31 14:23:57 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-31 14:23:57 -0700
commit6b5028d0b1143bd6e16d7b4ce98878bb6d527d0f (patch)
tree94c5708955e2f5bd2b18f3dd835b8e6d860a99ca /doc
parentf31707592c248784b2605affa06303a2cb6eb694 (diff)
downloadpyopenssl-6b5028d0b1143bd6e16d7b4ce98878bb6d527d0f.tar.gz
Removed a stray period
Diffstat (limited to 'doc')
-rw-r--r--doc/api/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 1fed8d3..7c45bc8 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -252,7 +252,7 @@ Context objects have the following methods:
.. py:method:: Context.get_cert_store()
Retrieve the certificate store (a X509Store object) that the context uses.
- This can be used to add "trusted" certificates without using the.
+ This can be used to add "trusted" certificates without using the
:py:meth:`load_verify_locations` method.