We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dd3a5 commit 9686121Copy full SHA for 9686121
1 file changed
DBUtils/SteadyDB.py
@@ -384,7 +384,7 @@ def close(self):
384
def begin(self, *args, **kwargs):
385
"""Indicate the beginning of a transaction.
386
387
- During a transaction, connections will not not transparently
+ During a transaction, connections won't be transparently
388
replaced, and all errors will be raised to the application.
389
390
If the underlying driver supports this method, it will be called
0 commit comments