Taddeus Kroes před 11 roky
rodič
revize
1dec97bedb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -155,7 +155,7 @@ Asynchronous
 The `AsyncServer` class has the same API as `Server`, but uses
 [EPOLL](https://docs.python.org/2/library/select.html#epoll-objects) instead of
 threads. This means that when you send a message, it is put into a queue to be
-sent later when the socket is ready. The client argument is againa modified
+sent later when the socket is ready. The client argument is again a modified
 `Connection` instance, with a non-blocking `send()` method (`recv` is still
 blocking, use the server's `onmessage` callback instead).