Skip to content

Commit

Permalink
Update page.py (#57)
Browse files Browse the repository at this point in the history
Noticed a typo in "Expected" on line 73
  • Loading branch information
Ryan Draga authored and playpauseandstop committed Feb 12, 2017
1 parent 02bcd7c commit 6790bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_flatpages/page.py
Expand Up @@ -70,6 +70,6 @@ def meta(self):
if not meta:
return {}
if not isinstance(meta, dict):
raise ValueError("Excpected a dict in metadata for '{0}', got {1}".
raise ValueError("Expected a dict in metadata for '{0}', got {1}".
format(self.path, type(meta).__name__))
return meta

0 comments on commit 6790bb9

Please sign in to comment.