File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ def _assign_requests_to_connections(self) -> list[AsyncConnectionInterface]:
275275 Called whenever a new request is added or removed from the pool.
276276
277277 Any closing connections are returned, allowing the I/O for closing
278- those connections to be handled seperately .
278+ those connections to be handled separately .
279279 """
280280 closing_connections = []
281281
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ def _assign_requests_to_connections(self) -> list[ConnectionInterface]:
275275 Called whenever a new request is added or removed from the pool.
276276
277277 Any closing connections are returned, allowing the I/O for closing
278- those connections to be handled seperately .
278+ those connections to be handled separately .
279279 """
280280 closing_connections = []
281281
You can’t perform that action at this time.
0 commit comments