summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Kriems <skriems>2016-01-15 08:53:15 +0000
committerSebastian Kriems <skriems>2016-01-15 08:53:15 +0000
commit2bd27c084c64ab00d34d79c3c15e2d44e9ac3760 (patch)
treea2da995d9fe88e0248065d5e9798d8882a952b3b
parentd2561fa2b9b71de3938ac778ee545e768df1703f (diff)
downloadcherrypy-2bd27c084c64ab00d34d79c3c15e2d44e9ac3760.tar.gz
fixed URL at popargs decorator example
-rw-r--r--docs/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 844a335f..731fa1bb 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -206,7 +206,7 @@ Note that the decorator accepts more than a single binding. For instance:
This would handle the following URL:
-- http://localhost:8080/nirvana/albums/nevermind/track/06/polly
+- http://localhost:8080/nirvana/albums/nevermind/tracks/06/polly
Notice finally how the whole stack of segments is passed to each
page handler so that you have the full context.