Skip to content

Commit 13cef45

Browse files
authored
Fixed typo. (#387)
1 parent 5948317 commit 13cef45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels_redis/pubsub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def receive(self, channel):
167167
# We assume here that the reason we are cancelled is because the consumer
168168
# is exiting, therefore we need to cleanup by unsubscribe below. Indeed,
169169
# 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
170+
# In the future, Django Channels could change to call a *new* method that
171171
# would serve as the antithesis of `new_channel()`; this new method might
172172
# be named `delete_channel()`. If that were the case, we would do the
173173
# following cleanup from that new `delete_channel()` method, but, since

0 commit comments

Comments
 (0)