Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultah committed Feb 13, 2022
1 parent 409c311 commit 5643fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replicat/backends/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Backend(abc.ABC):

"""All of the methods can be either async or plain functions. Backend adapters
are resposible for implementing their own fault handling and retry strategies"""
are responsible for implementing their own fault handling and retry strategies"""

def __init__(self, connection_string, **ka):
pass
Expand Down

0 comments on commit 5643fcf

Please sign in to comment.