From 2dbc82fecba738d9b85506a6c433f447c9680f4b Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Fri, 3 Apr 2015 17:34:47 +0200 Subject: [PATCH] Fix a typo --- diaspy/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1