We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5948317 commit 13cef45Copy full SHA for 13cef45
channels_redis/pubsub.py
@@ -167,7 +167,7 @@ async def receive(self, channel):
167
# We assume here that the reason we are cancelled is because the consumer
168
# is exiting, therefore we need to cleanup by unsubscribe below. Indeed,
169
# currently the way that Django Channels works, this is a safe assumption.
170
- # In the future, Dajngo Channels could change to call a *new* method that
+ # In the future, Django Channels could change to call a *new* method that
171
# would serve as the antithesis of `new_channel()`; this new method might
172
# be named `delete_channel()`. If that were the case, we would do the
173
# following cleanup from that new `delete_channel()` method, but, since
0 commit comments