Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
small typo fix in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvoll committed Nov 3, 2011
1 parent 7de3e83 commit becb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/amqp/piped/contrib/amqp/test/test_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_reconnect_if_connect_fails(self):
connection.setServiceParent(self.service)

# create a list of return values for connect. the last element is a deferred, which enables
# us to assert that the reconnecting haven't given up.
# us to assert that the reconnecting hasn't given up.
endpoints = list()
connect_return_values = [error.ConnectError('test_error'), error.DNSLookupError('test_error'), error.ConnectionDone('test_error'), Exception('test_exception'), defer.Deferred()]
expected_errors = list(connect_return_values[:-1])
Expand Down

0 comments on commit becb40e

Please sign in to comment.