From 45e274c0b49dc9e9ae68cd41c5dbf15806865bd1 Mon Sep 17 00:00:00 2001 From: codycbakerphd Date: Thu, 14 Mar 2024 15:39:03 -0400 Subject: [PATCH] finish docstring --- src/tqdm_publisher/_demos/_multiple_bars/_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tqdm_publisher/_demos/_multiple_bars/_server.py b/src/tqdm_publisher/_demos/_multiple_bars/_server.py index fc7e018..248a2ed 100644 --- a/src/tqdm_publisher/_demos/_multiple_bars/_server.py +++ b/src/tqdm_publisher/_demos/_multiple_bars/_server.py @@ -15,7 +15,8 @@ class WebSocketProgressBar: """ This is similar to the `send_progress_update_to_client` function from the single bar demo server. - Except for multiple bars, it is easier to link to a particular `request_id` as a + The translation of this approach into a scoped class definition is merely to showcase an alternative approach + of the execution. """ def __init__(self, request_id: str):