Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Nov 2, 2015
1 parent 69e38ce commit 10895e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ def close(self):
self.purge()
self._buffer.close()
except:
# issue #633 suggests the purge/close someone raised a
# issue #633 suggests the purge/close somehow raised a
# BadFileDescriptor error. Perhaps the client ran out of
# memory or something else? It's probably OK to ignore
# any error being raised from purge/close since we're
# removing the the reference to the instance below.
# removing the reference to the instance below.
pass
self._buffer = None
self._sock = None
Expand Down

0 comments on commit 10895e2

Please sign in to comment.