Skip to content

Commit 2249c6f

Browse files
committed
typo
1 parent 67dc0dd commit 2249c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_common/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def start_event_loop():
5454

5555
t = threading.Thread(
5656
target=start_event_loop,
57-
name="Common ydb topic writer event loop",
57+
name="Common ydb topic event loop",
5858
daemon=True,
5959
)
6060
t.start()

0 commit comments

Comments
 (0)