Fixed typo
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 0548678..5fd0a5a 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -595,7 +595,7 @@
 
     Retrieve the list of ciphers used by the Connection object. WARNING: This API
     has changed. It used to take an optional parameter and just return a string,
-    but not it returns the entire list in one go.
+    but now it returns the entire list in one go.
 
 
 .. py:method:: Connection.get_protocol_version()