Fix a typo
authorMarek Marecki <marekjm@ozro.pw>
Fri, 3 Apr 2015 15:34:47 +0000 (17:34 +0200)
committerMarek Marecki <marekjm@ozro.pw>
Fri, 3 Apr 2015 15:34:47 +0000 (17:34 +0200)
diaspy/errors.py

index 6fd8c24c0c6f7a9da1052a45e6efd6a7667199d9..e7ff00d395ac42b4bcd66b95d6b8d3d78d5cd2c0 100644 (file)
@@ -89,7 +89,7 @@ class SettingsError(DiaspyError):
 
 
 def react(r, message='', accepted=[200, 201, 202, 203, 204, 205, 206], exception=DiaspyError):
-    """This method tries to decides how to react
+    """This method tries to decide how to react
     to a response code passed to it. If it's an
     error code it will raise an exception (it will
     call `throw()` method.