Taddeus Kroes hace 11 años
padre
commit
1dec97bedb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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).