From f1b2f4f7a193c2ccc0350766192c404d48c65ac3 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Fri, 7 Nov 2025 12:40:46 +0700 Subject: [PATCH] Fix typos in examples/simple-client/sync/README.rst --- examples/simple-client/sync/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-client/sync/README.rst b/examples/simple-client/sync/README.rst index d3f4f55d..ef107d8c 100644 --- a/examples/simple-client/sync/README.rst +++ b/examples/simple-client/sync/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