BaseConverter is in werkzeug.routing

This commit is contained in:
Dag Odenhall 2010-10-25 15:38:39 +02:00
parent a327452540
commit 9c63d1e1d5

View file

@ -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):