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