projects
/
diaspy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9c6bfa
)
Fix a typo
author
Marek Marecki
<marekjm@ozro.pw>
Fri, 3 Apr 2015 15:34:47 +0000
(17:34 +0200)
committer
Marek Marecki
<marekjm@ozro.pw>
Fri, 3 Apr 2015 15:34:47 +0000
(17:34 +0200)
diaspy/errors.py
patch
|
blob
|
blame
|
history
diff --git
a/diaspy/errors.py
b/diaspy/errors.py
index 6fd8c24c0c6f7a9da1052a45e6efd6a7667199d9..e7ff00d395ac42b4bcd66b95d6b8d3d78d5cd2c0 100644
(file)
--- 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 decide
s
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.