Skip to content

Commit

Permalink
Merge pull request #1241 from dmrlawson/master
Browse files Browse the repository at this point in the history
Fix minor documentation typos
  • Loading branch information
lukebakken committed Aug 29, 2019
2 parents 11c5bb8 + 2b79907 commit 22ed99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pika/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def channel_max(self, value):
def client_properties(self):
"""
:returns: client properties used to override the fields in the default
client poperties reported to RabbitMQ via `Connection.StartOk`
client properties reported to RabbitMQ via `Connection.StartOk`
method. Defaults to `DEFAULT_CLIENT_PROPERTIES`.
:rtype: dict|None
Expand All @@ -211,7 +211,7 @@ def client_properties(self):
def client_properties(self, value):
"""
:param value: None or dict of client properties used to override the
fields in the default client poperties reported to RabbitMQ via
fields in the default client properties reported to RabbitMQ via
`Connection.StartOk` method.
"""
if not isinstance(value, (
Expand Down

0 comments on commit 22ed99b

Please sign in to comment.