Skip to content

Commit 142c9c3

Browse files
committed
Fixed typos in copy/pasted text
1 parent df1dd57 commit 142c9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,14 +490,14 @@ Generally there are three ways to define rules for the routing system:
490490
3. You can directly access the underlying Werkzeug routing system
491491
which is exposed as :attr:`flask.Flask.url_map`.
492492

493-
Variables parts in the route can be specified with angular brackets
493+
Variable parts in the route can be specified with angular brackets
494494
(``/user/<username>``). By default a variable part in the URL accepts any
495495
string without a slash however a different converter can be specified as
496496
well by using ``<converter:name>``.
497497

498498
Variable parts are passed to the view function as keyword arguments.
499499

500-
The following converters are possible available:
500+
The following converters are available:
501501

502502
=========== ===============================================
503503
`unicode` accepts any text without a slash (the default)

0 commit comments

Comments
 (0)