_exceptions.py
branchstable
changeset 9175 a7412e884d7b
parent 8695 358d8bed9626
child 9347 bd841d6ae723
--- a/_exceptions.py	Wed Jul 17 15:02:28 2013 +0200
+++ b/_exceptions.py	Mon Jul 22 14:57:37 2013 +0200
@@ -61,7 +61,7 @@
     """
 
 class AuthenticationError(ConnectionError):
-    """raised when when an attempt to establish a connection failed do to wrong
+    """raised when an attempt to establish a connection failed due to wrong
     connection information (login / password or other authentication token)
     """