Skip to content

Commit 8ee1578

Browse files
wavebyrdclaude
andcommitted
Fix typo: seperately -> separately
Fixes #1064 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 10a6582 commit 8ee1578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

httpcore/_async/connection_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

httpcore/_sync/connection_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)