diff --git a/asyncmy/pool.pyx b/asyncmy/pool.pyx index c7b81b3..b68bfa5 100644 --- a/asyncmy/pool.pyx +++ b/asyncmy/pool.pyx @@ -65,7 +65,7 @@ class Pool(asyncio.AbstractServer): """Close pool. Mark all pool connections to be closed on getting back to pool. - Closed pool doesn't allow to acquire new connections. + Closed pool doesn't allow one to acquire new connections. """ if self._closed: return