From 0632d53f3debb653359d6da0d061a6eb760a2dff Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 19 Sep 2014 15:22:37 -0700 Subject: [PATCH] Update quickstart.rst url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations) --- docs/quickstart.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index accb942f..572f8133 100644 --- a/docs/quickstart.rst +++ b/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