Skip to content

fix: correct typos in source, tests, and docs - #1101

Open
TheGreatApollyon wants to merge 1 commit into
encode:masterfrom
TheGreatApollyon:fix/typos
Open

fix: correct typos in source, tests, and docs#1101
TheGreatApollyon wants to merge 1 commit into
encode:masterfrom
TheGreatApollyon:fix/typos

Conversation

@TheGreatApollyon

Copy link
Copy Markdown

Fixes several typos across the codebase:

  • seperatelyseparately in connection_pool.py
  • dependancydependency in docs/proxies.md
  • intialinitial in test files (22 occurrences)
  • witwith in test comments

- seperately → separately (connection_pool.py)
- dependancy → dependency (docs/proxies.md)
- intial → initial (test files)
- wit → with (test comments)
Copilot AI review requested due to automatic review settings July 31, 2026 06:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects spelling/grammar typos across httpcore’s connection pool internals, proxy documentation, and both sync/async test suites to improve readability and reduce documentation/test noise.

Changes:

  • Fixes seperatelyseparately in sync/async connection pool docstrings.
  • Fixes dependancydependency in SOCKS proxy documentation.
  • Fixes intialinitial and witwith in sync/async proxy/connection pool tests’ comments/docstrings.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/_sync/test_socks_proxy.py Fixes comment/docstring typos in sync SOCKS proxy tests.
tests/_sync/test_http_proxy.py Fixes comment typos in sync HTTP proxy tests.
tests/_sync/test_connection_pool.py Fixes comment typos in sync connection pool tests.
tests/_async/test_socks_proxy.py Fixes comment/docstring typos in async SOCKS proxy tests.
tests/_async/test_http_proxy.py Fixes comment typos in async HTTP proxy tests.
tests/_async/test_connection_pool.py Fixes comment typos in async connection pool tests.
httpcore/_sync/connection_pool.py Fixes a docstring typo in sync connection pool request assignment logic.
httpcore/_async/connection_pool.py Fixes a docstring typo in async connection pool request assignment logic.
docs/proxies.md Fixes a typo in SOCKS dependency installation guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants