Skip to content

Commit 3f2321c

Browse files
committed
hotfix warning msg
1 parent 3713272 commit 3f2321c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/capture_db_queries/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ def __enter__(self) -> Self:
9696

9797
if self.number_runs > 1:
9898
warnings.warn(
99-
f'При использовании: {type(self).__name__} как контекстного менеджера'
100-
'параметр number_runs > 1 не используеться.',
99+
f'При использовании: {type(self).__name__} как контекстного менеджера,'
100+
' параметр number_runs > 1 не используеться.',
101101
category=FutureWarning,
102102
stacklevel=2,
103103
)

0 commit comments

Comments
 (0)