Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #156 from vladiibine/master
Browse files Browse the repository at this point in the history
Typo in connection.py (socker instead of socket)
  • Loading branch information
haizaar committed Oct 5, 2017
2 parents 4222d2f + 76223c3 commit 7d71fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion momoko/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def _io_callback(self, future, result, fd=None, events=None):
# Can happen when there are quite a lof of outstanding
# requests. See https://github.com/FSX/momoko/issues/127
self.ioloop.remove_handler(self.fileno)
future.set_exception(psycopg2.OperationalError("IOError on socker"))
future.set_exception(psycopg2.OperationalError("IOError on socket"))

def ping(self):
"""
Expand Down

0 comments on commit 7d71fce

Please sign in to comment.