forked from orbit-oss/flask
BaseConverter is in werkzeug.routing
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
a327452540
commit
d4c44a7d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class Flask(_PackageBoundObject):
|
|||
#: this to change the routing converters after the class was created
|
||||
#: but before any routes are connected. Example::
|
||||
#:
|
||||
#: from werkzeug import BaseConverter
|
||||
#: from werkzeug.routing import BaseConverter
|
||||
#:
|
||||
#: class ListConverter(BaseConverter):
|
||||
#: def to_python(self, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue