From: Marek Marecki Date: Fri, 3 Apr 2015 15:34:47 +0000 (+0200) Subject: Fix a typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2dbc82fecba738d9b85506a6c433f447c9680f4b;p=diaspy.git Fix a typo --- diff --git a/diaspy/errors.py b/diaspy/errors.py index 6fd8c24..e7ff00d 100644 --- a/diaspy/errors.py +++ b/diaspy/errors.py @@ -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.