Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-ryzhov committed Nov 27, 2013
1 parent c8345ca commit 10b136d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pika/connection.py
Expand Up @@ -535,7 +535,7 @@ class should not be invoked directly but rather through the use of an
:param method on_open_callback: Called when the connection is opened
:param method on_open_error_callback: Called if the connection cant
be opened
:param method on_open_callback: Called when the connection is closed
:param method on_close_callback: Called when the connection is closed
"""
ON_CONNECTION_BACKPRESSURE = '_on_connection_backpressure'
Expand Down Expand Up @@ -566,7 +566,7 @@ def __init__(self,
:param method on_open_callback: Called when the connection is opened
:param method on_open_error_callback: Called if the connection cant
be opened
:param method on_open_callback: Called when the connection is closed
:param method on_close_callback: Called when the connection is closed
"""
# Define our callback dictionary
Expand Down

0 comments on commit 10b136d

Please sign in to comment.