File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,14 +490,14 @@ Generally there are three ways to define rules for the routing system:
490
490
3. You can directly access the underlying Werkzeug routing system
491
491
which is exposed as :attr: `flask.Flask.url_map `.
492
492
493
- Variables parts in the route can be specified with angular brackets
493
+ Variable parts in the route can be specified with angular brackets
494
494
(``/user/<username> ``). By default a variable part in the URL accepts any
495
495
string without a slash however a different converter can be specified as
496
496
well by using ``<converter:name> ``.
497
497
498
498
Variable parts are passed to the view function as keyword arguments.
499
499
500
- The following converters are possible available:
500
+ The following converters are available:
501
501
502
502
=========== ===============================================
503
503
`unicode ` accepts any text without a slash (the default)
You can’t perform that action at this time.
0 commit comments