Skip to content

Commit

Permalink
Documentation fix for basic_publish
Browse files Browse the repository at this point in the history
Documentation fix for [#415](#415)
  • Loading branch information
JuhaS committed Nov 4, 2013
1 parent c8345ca commit 7bbcff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pika/adapters/blocking_connection.py
Expand Up @@ -502,7 +502,8 @@ def basic_get(self, queue=None, no_ack=False):
def basic_publish(self, exchange, routing_key, body,
properties=None, mandatory=False, immediate=False):
"""Publish to the channel with the given exchange, routing key and body.
For more information on basic_publish and what the parameters do, see:
Returns a boolean value indicating the success of the operation. For
more information on basic_publish and what the parameters do, see:
http://www.rabbitmq.com/amqp-0-9-1-reference.html#basic.publish
Expand Down

0 comments on commit 7bbcff5

Please sign in to comment.