BaseConverter is in werkzeug.routing
This commit is contained in:
parent
a327452540
commit
9c63d1e1d5
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