From 78e5262dbd8a09ccf185c2ad181a15a69ecdf280 Mon Sep 17 00:00:00 2001 From: libbkmz Date: Mon, 19 Aug 2013 00:01:37 +0400 Subject: [PATCH] Update advanced.rst --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index ca85a34..3665c64 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. -- 2.7.4