Update advanced.rst (#5821)

* Update advanced.rst

* remove confusing euphemism
This commit is contained in:
Egor
2021-07-18 17:59:37 +07:00
committed by GitHub
parent a5b45edf2f
commit a3d54b83f7
+1 -1
View File
@@ -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