From 43b9d9f0623cfd086b838a00b7c3612862fba64c Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Sat, 12 Oct 2024 20:21:10 +0100 Subject: [PATCH] pool.pyx: Correct misspelled "allow one to" --- asyncmy/pool.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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