Skip to content

Commit

Permalink
Merge pull request #552 from tirkarthi/fix-typo
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
coleifer committed Aug 24, 2020
2 parents d0614d8 + 677e8e7 commit 6d3d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huey/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def __init__(self, name='huey', blocking=True, read_timeout=1,
if sum(1 for p in (url, connection_pool, connection_params) if p) > 1:
raise ConfigurationError(
'The connection configuration is over-determined. '
'Please specify only one of the the following: '
'Please specify only one of the following: '
'"url", "connection_pool", or "connection_params"')

if url:
Expand Down

0 comments on commit 6d3d418

Please sign in to comment.