Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximillian Dornseif committed May 4, 2015
1 parent 2fe0193 commit f671d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaetk/handler.py
Expand Up @@ -715,7 +715,7 @@ def dispatch(self):
def add_message(self, typ, html, ttl=15):
"""Sets a user specified message to be displayed to the currently logged in user.
`type` can be `error`, `success`, `info` or `warning`
`typ` can be `error`, `success`, `info` or `warning`
`html` is the text do be displayed
`ttl` is the number of seconds after we should stop serving the message."""
messages = self.session.get('_gaetk_messages', [])
Expand Down

0 comments on commit f671d5f

Please sign in to comment.