summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-10-29 07:26:56 -0700
committerRyan Petrello <lists@ryanpetrello.com>2012-10-29 07:26:56 -0700
commit7532a52c5639a8c2e993197311546ab1d5fd38f4 (patch)
treea69346b2f123e84f77e03a8a449eb0962591580f
parent03588db45404ad3f866f245b1ac6abc68f5d1686 (diff)
parent608ec27ced571f75b5eb4b68c9c8c545751626d9 (diff)
downloadpecan-7532a52c5639a8c2e993197311546ab1d5fd38f4.tar.gz
Merge pull request #141 from sexytyranno/next
docs: Fix minor typo in *args Routing example.
-rw-r--r--docs/source/routing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/routing.rst b/docs/source/routing.rst
index bf8bcaf..ac6a9b2 100644
--- a/docs/source/routing.rst
+++ b/docs/source/routing.rst
@@ -252,7 +252,7 @@ explicitly to method arguments:
::
- $ curl http://localhost:8080/one/two/three
+ $ curl http://localhost:8080/args/one/two/three
one,two,three
The same effect can be achieved with HTTP ``POST`` body variables: