Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafatzahran committed Apr 26, 2023
1 parent 8ff35c0 commit f989618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrsal/mrsal.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def start_consumer(
- when True, the method will create the specified exchange, queue
and bind them together using the routing kye.
- If False, this method will check if the specified exchange and queue
are already exist before start consuming.
already exist before start consuming.
"""
print_thread_index = f"thread={str(thread_num)} -> " if thread_num is not None else ""
self.log.info(f'{print_thread_index} Consuming messages queue= {queue}, requeue= {requeue}, inactivity_timeout= {inactivity_timeout}')
Expand Down Expand Up @@ -477,7 +477,7 @@ def publish_message(
- when True, will the method create the specified exchange, queue
and bind them together using the routing kye.
- If False, this method will check if the specified exchange and queue
are already exist before publishing.
already exist before publishing.
:raises UnroutableError: raised when a message published in
publisher-acknowledgments mode (see
Expand Down

0 comments on commit f989618

Please sign in to comment.