summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index cb4ef579..1e365871 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -260,7 +260,7 @@ reference::
>>> r.status_code == requests.codes.ok
True
-If we made a bad request (non-200 response), we can raise it with
+If we made a bad request (a 4XX client error or 5XX server error response), we can raise it with
:class:`Response.raise_for_status()`::
>>> bad_r = requests.get('http://httpbin.org/status/404')