Skip to content

Commit

Permalink
Fixed minor documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Jun 27, 2020
1 parent ef1b425 commit e8aced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amqpstorm/message.py
Expand Up @@ -92,7 +92,7 @@ def channel(self):
def method(self):
"""Return the Message Method.
If auto_decode is enabled, the any strings will automatically be
If auto_decode is enabled, all strings will automatically be
decoded using decode('utf-8') if possible.
:rtype: dict
Expand All @@ -103,7 +103,7 @@ def method(self):
def properties(self):
"""Returns the Message Properties.
If auto_decode is enabled, the any strings will automatically be
If auto_decode is enabled, all strings will automatically be
decoded using decode('utf-8') if possible.
:rtype: dict
Expand Down

0 comments on commit e8aced3

Please sign in to comment.