Created
August 18, 2013 18:51
-
-
Save libbkmz/6263281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst | |
| index ca85a34..42d3e71 100644 | |
| --- a/docs/user/advanced.rst | |
| +++ b/docs/user/advanced.rst | |
| @@ -217,7 +217,7 @@ argument. | |
| :: | |
| - def print_url(r): | |
| + def print_url(r, request, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies): | |
| print(r.url) | |
| If an error occurs while executing your callback, a warning is given. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment