Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/apiguy/flask-classy
Browse files Browse the repository at this point in the history
# By Julien Castets
# Via Freedom Dumlao (1) and Julien Castets (1)
* 'master' of https://github.com/apiguy/flask-classy:
  Fix typo
  • Loading branch information
apiguy committed Mar 25, 2014
2 parents cd310d8 + 54b7bc1 commit 3767385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_classy.py
Expand Up @@ -89,7 +89,7 @@ def register(cls, app, route_base=None, subdomain=None, route_prefix=None,
"""

if cls is FlaskView:
raise TypeError("cls must be a subclass of FlaskVew, not FlaskView itself")
raise TypeError("cls must be a subclass of FlaskView, not FlaskView itself")

if route_base:
cls.orig_route_base = cls.route_base
Expand Down

0 comments on commit 3767385

Please sign in to comment.