Skip to content

Commit

Permalink
Fixed typo. (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Apr 19, 2024
1 parent 5948317 commit 13cef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels_redis/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def receive(self, channel):
# We assume here that the reason we are cancelled is because the consumer
# is exiting, therefore we need to cleanup by unsubscribe below. Indeed,
# currently the way that Django Channels works, this is a safe assumption.
# 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
# would serve as the antithesis of `new_channel()`; this new method might
# be named `delete_channel()`. If that were the case, we would do the
# following cleanup from that new `delete_channel()` method, but, since
Expand Down

0 comments on commit 13cef45

Please sign in to comment.