Skip to content

Commit 823d925

Browse files
committed
Small docstring fix
1 parent 017b04c commit 823d925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monitoring/clickhouse_batch_sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def insert_all(self):
260260
self.timer = None
261261

262262
def _start_timer(self):
263-
"""Set the timer for batch processing of data insertion.
263+
"""Sets the timer for batch processing of data insertion.
264264
265265
Cancels any existing timer and starts a new one that will trigger
266266
batch insertion after the configured timeout period.

0 commit comments

Comments
 (0)