commit | f30727c77f36339f1a662e135fd4633ff7deaf4b | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Mon Mar 31 14:39:47 2014 -0700 |
committer | David Reid <dreid@dreid.org> | Mon Mar 31 14:39:47 2014 -0700 |
tree | 94c5708955e2f5bd2b18f3dd835b8e6d860a99ca | |
parent | f31707592c248784b2605affa06303a2cb6eb694 [diff] | |
parent | 6b5028d0b1143bd6e16d7b4ce98878bb6d527d0f [diff] |
Merge pull request #87 from alex/typo-fix Removed a stray period
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 @@ .. 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.