Skip to content

Commit

Permalink
Merge pull request #1220 from int-ua/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
lukebakken committed Jun 6, 2019
2 parents 8a3c46c + 3d16394 commit 16138cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pika/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ def _rpc(self, method, callback=None, acceptable_replies=None):
the channel is already in the blocking state, then enqueue the request,
but don't send it at this time; it will be eventually sent by
`_on_synchronous_complete` after the prior blocking request receives a
resposne. If the channel is not in the blocking state and
response. If the channel is not in the blocking state and
`acceptable_replies` is not empty, transition the channel to the
blocking state and register for `_on_synchronous_complete` before
sending the request.
Expand Down

0 comments on commit 16138cc

Please sign in to comment.