Skip to content

Commit

Permalink
Merge pull request #52 from brmzkw/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
apiguy committed Mar 25, 2014
2 parents 9b9e81d + af9557d commit 54b7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_classy.py
Original file line number Diff line number Diff line change
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 54b7bc1

Please sign in to comment.