Skip to content

Commit 9686121

Browse files
committed
Fix typo.
1 parent 20dd3a5 commit 9686121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DBUtils/SteadyDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def close(self):
384384
def begin(self, *args, **kwargs):
385385
"""Indicate the beginning of a transaction.
386386
387-
During a transaction, connections will not not transparently
387+
During a transaction, connections won't be transparently
388388
replaced, and all errors will be raised to the application.
389389
390390
If the underlying driver supports this method, it will be called

0 commit comments

Comments
 (0)