Skip to content

Commit

Permalink
BaseConverter is in werkzeug.routing
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
  • Loading branch information
dag authored and mitsuhiko committed Oct 25, 2010
1 parent a327452 commit d4c44a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __init__(self, import_name, static_path=None):
#: 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):
Expand Down

0 comments on commit d4c44a7

Please sign in to comment.