From 608ec27ced571f75b5eb4b68c9c8c545751626d9 Mon Sep 17 00:00:00 2001 From: Wesley Spikes Date: Fri, 26 Oct 2012 22:55:53 -0700 Subject: [PATCH] docs: Fix minor typo in *args Routing example. --- docs/source/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: