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

Commit

Permalink
Fix another docstring typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Ward committed Nov 2, 2015
1 parent d97af27 commit d31975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def test_request_queueing(self):
self.run_parallel_queries(self.pool_size*2)

def test_parallel_queries_after_reconnect_all(self):
"""Testing that pool still queries database in parallel after ALL connections were closeded"""
"""Testing that pool still queries database in parallel after ALL connections were closed"""
self.shutter(self.db)
self.run_parallel_queries()

Expand Down

0 comments on commit d31975a

Please sign in to comment.