Skip to content

Commit

Permalink
Merge pull request #2 from nemesisdesign/patch-1
Browse files Browse the repository at this point in the history
Fixed docstring typo in ResponseLater
  • Loading branch information
andrewgodwin committed Jul 13, 2015
2 parents 0cf0b7c + a488a3a commit 372d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def decode_response(value):

class ResponseLater(Exception):
"""
Class that represents a response which will be sent doown the response
Class that represents a response which will be sent down the response
channel later. Used to move a django view-based segment onto the next
task, as otherwise we'd need to write some kind of fake response.
"""
Expand Down

0 comments on commit 372d174

Please sign in to comment.