chore: update web.py (#395)

seperate -> separate
This commit is contained in:
Ikko Eltociear Ashimine
2024-09-30 02:36:26 +09:00
committed by GitHub
parent 455e73858e
commit 48c5dbfd4d
+1 -1
View File
@@ -36,7 +36,7 @@ class WebView(View):
def display(self, s: Storage, watch: bool = False):
for msg in s.iter_msg(): # iterate overtime
# NOTE: iter_msg will correctly seperate the information.
# NOTE: iter_msg will correctly separate the information.
# TODO: msg may support streaming mode.
self.ui.consume_msg(msg)