From 9201c236af9302026aa480ef13d69a783860f316 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 24 Apr 2023 13:48:33 +0200 Subject: [PATCH] Typo. --- lolafect/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lolafect/utils.py b/lolafect/utils.py index 608f27b..2aa82a0 100644 --- a/lolafect/utils.py +++ b/lolafect/utils.py @@ -48,7 +48,7 @@ def end_sql_transaction(connection: Any, dry_run: bool = False) -> None: :param connection: the connection to some database. :param dry_run: a flag indicating if persistence is desired. If dry_run - is True, changes will be rollbacked. + is True, changes will be rolledback. :return: None """ logger = prefect.context.get("logger")