Skip to content

Instantly share code, notes, and snippets.

@libbkmz
Created August 18, 2013 18:51
Show Gist options
  • Select an option

  • Save libbkmz/6263281 to your computer and use it in GitHub Desktop.

Select an option

Save libbkmz/6263281 to your computer and use it in GitHub Desktop.
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