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.