Navigation Menu

Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Feb 7, 2011
1 parent 227fdf2 commit 9e35629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/connection.py
Expand Up @@ -392,7 +392,7 @@ def connection(self):
if self._closed:
return
if not self._connection or not \
self.transport.verify_connection(connection):
self.transport.verify_connection(self._connection):
self._connection = self._establish_connection()
self._closed = False
return self._connection
Expand Down

0 comments on commit 9e35629

Please sign in to comment.