Skip to content

Commit

Permalink
Fix unacknowledge typo in restore_visible() (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshkumar-novice authored Jan 4, 2024
1 parent 0dec03d commit be31fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/transport/virtual/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def restore_unacked_once(self, stderr=None):
state.restored = True

def restore_visible(self, *args, **kwargs):
"""Restore any pending unackwnowledged messages.
"""Restore any pending unacknowledged messages.
To be filled in for visibility_timeout style implementations.
Expand Down

0 comments on commit be31fe9

Please sign in to comment.