Skip to content

Commit

Permalink
Added missing ""
Browse files Browse the repository at this point in the history
  • Loading branch information
mamarjan authored and anandology committed Jan 5, 2011
1 parent f126c6f commit 09a3879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/url_handling.md
Expand Up @@ -37,7 +37,7 @@ The path of this URL is _/myapp/greetings/hello_. web.py will internally add ^

In the url pattern you can catch parameters which can be used in your handler class:

/users/list/(.+), "list_users"
"/users/list/(.+)", "list_users"

The chunk after _list/_ are captured and can be used as a parameter in GET or POST:

Expand Down

0 comments on commit 09a3879

Please sign in to comment.