Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 21, 2022
1 parent b345d3b commit b773bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_clone/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def clean_value(value, suffix):
@contextlib.contextmanager
def transaction_autocommit(using=None):
"""
Context manager to disable transaction management.
Context manager to enable autocommit.
:param using: The database alias used to save the created instances.
:type using: str
Expand Down

0 comments on commit b773bae

Please sign in to comment.