From 843bb4a8f85e4ae3b8046a8e6a19eb630195840d Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Fri, 7 Nov 2025 12:39:38 +0700 Subject: [PATCH] Fix typos in examples/client/async/README.rst --- examples/client/async/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client/async/README.rst b/examples/client/async/README.rst index 57102139..3d29b134 100644 --- a/examples/client/async/README.rst +++ b/examples/client/async/README.rst @@ -17,7 +17,7 @@ asynchronous modes supported by the Socket.IO server. fiddle_client.py ---------------- -This is an extemely simple application based on the JavaScript example of the +This is an extremely simple application based on the JavaScript example of the same name. Running the Examples