Merge pull request #84 from exarkun/finished_messages

Introduce Connection.get_finished and Connection.get_peer_finished.
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index dfeb158..e1c1d8a 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.