diff options
| author | libbkmz <libbkmz.dev@gmail.com> | 2013-08-19 00:01:37 +0400 |
|---|---|---|
| committer | libbkmz <libbkmz.dev@gmail.com> | 2013-08-19 00:01:37 +0400 |
| commit | 78e5262dbd8a09ccf185c2ad181a15a69ecdf280 (patch) | |
| tree | 3ad6b044a184d80119b0f475a473d2adc68fe5fc /docs/user | |
| parent | 0f402900395416e714d17358f223ca8f6b0d5c8e (diff) | |
| download | python-requests-78e5262dbd8a09ccf185c2ad181a15a69ecdf280.tar.gz | |
Update advanced.rst
Diffstat (limited to 'docs/user')
| -rw-r--r-- | docs/user/advanced.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index ca85a349..3665c649 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -217,7 +217,7 @@ argument. :: - def print_url(r): + def print_url(r, *args, **kwargs): print(r.url) If an error occurs while executing your callback, a warning is given. |
