Skip to content

Commit

Permalink
Merge 8d167fc into 5c41dac
Browse files Browse the repository at this point in the history
  • Loading branch information
korzhenevski committed Feb 13, 2014
2 parents 5c41dac + 8d167fc commit 668af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ Example that stores results manually:
@app.task(bind=True)
def get_tweets(self, user):
timeline = twitter.get_timeline(user)
self.update_state(sate=states.SUCCESS, meta=timeline)
self.update_state(state=states.SUCCESS, meta=timeline)
raise Ignore()
.. _task-semipred-reject:
Expand Down

0 comments on commit 668af67

Please sign in to comment.