Browse Source

Update quickstart.rst

url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations)
pull/1183/head
Kevin Funk 10 years ago
parent
commit
0632d53f3d
  1. 5
      docs/quickstart.rst

5
docs/quickstart.rst

@ -196,11 +196,12 @@ function. Optionally a converter can be used by specifying a rule with
The following converters exist:
=========== ===========================================
=========== ===============================================
`string` accepts any text without a slash (the default)
`int` accepts integers
`float` like `int` but for floating point values
`path` like the default but also accepts slashes
=========== ===========================================
=========== ===============================================
.. admonition:: Unique URLs / Redirection Behavior

Loading…
Cancel
Save