瀏覽代碼

Fixed typo in fastapi.py

Mawoka 4 年之前
父節點
當前提交
c15e188620
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pywebio/platform/fastapi.py

+ 1 - 1
pywebio/platform/fastapi.py

@@ -109,7 +109,7 @@ def webio_routes(applications, cdn=True, allowed_origins=None, check_origin=None
         raise RuntimeError(strip_space("""
         Missing dependency package `websockets` for websocket support.
         You can install it with the following command:
-            pip install websocket
+            pip install websockets
         """.strip(), n=8))
 
     applications = make_applications(applications)