From a3d54b83f74b48c476fd54b8b857500fb713a4f4 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 18 Jul 2021 17:59:37 +0700 Subject: [PATCH] Update advanced.rst (#5821) * Update advanced.rst * remove confusing euphemism --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 34d400d5..4ebd1ea0 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -446,7 +446,7 @@ argument. def print_url(r, *args, **kwargs): print(r.url) -If an error occurs while executing your callback, a warning is given. +Your callback function must handle its own exceptions. Any unhandled exception wont be pass silently and thus should be handled by the code calling Requests. If the callback function returns a value, it is assumed that it is to replace the data that was passed in. If the function doesn't return