Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 5, 2024
1 parent 3980ee2 commit d57c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zodburi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class UnknownDatabaseKeywords(KeyError):
def __init__(self, kw):
self.kw = kw
super().__init__(
f"Unrecognized database keyword(s): {", ".join(kw)}"
f"Unrecognized database keyword(s): {', '.join(kw)}"
)


Expand Down

0 comments on commit d57c458

Please sign in to comment.