Merge pull request #13 from nthdesign/patch-1

Update uri-templates-advanced.rst
This commit is contained in:
PJ Dietz 2015-05-26 13:07:27 -04:00
commit eaff062895
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ You may also use the explode (``*``) modifier to match a variable number of path
* - {/path*} * - {/path*}
- /any/number/of/parts.jpg - /any/number/of/parts.jpg
- Yes - Yes
- :path: ``["any", "number", "of", "parts"]`` - :path: ``["any", "number", "of", "parts.jpg"]``
* - /image{/image*}.jpg * - /image{/image*}.jpg
- /image/with/any/path.jpg - /image/with/any/path.jpg
- Yes - Yes