Skip to content

Fix typos in source code and tests#1528

Open
maxtaran2010 wants to merge 1 commit into
bottlepy:masterfrom
maxtaran2010:fix/typos-in-source
Open

Fix typos in source code and tests#1528
maxtaran2010 wants to merge 1 commit into
bottlepy:masterfrom
maxtaran2010:fix/typos-in-source

Conversation

@maxtaran2010

Copy link
Copy Markdown

Fix a number of spelling mistakes found by codespell in .py source and test files.

Changes

bottle.py

  • childs -> children (docstring)
  • build-in -> built-in (docstring)
  • cutted -> cut (inline comment)

test/test_config.py

  • overlayed -> overlaid (2 occurrences in comments)
  • doen't -> doesn't (comment)

test/test_environ.py

  • multible -> multiple (docstring)

test/test_formsdict.py

  • returs -> returns (2 occurrences in docstrings)

test/test_multipart.py

  • withoud -> without (docstring)

test/test_stpl.py

  • indention -> indentation (2 occurrences in docstrings)

No functional changes — only comments and docstrings were modified.

- bottle.py: childs -> children, build-in -> built-in, cutted -> cut
- test/test_config.py: overlayed -> overlaid (x2), doen't -> doesn't
- test/test_environ.py: multible -> multiple
- test/test_formsdict.py: returs -> returns (x2)
- test/test_multipart.py: withoud -> without
- test/test_stpl.py: indention -> indentation (x2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 9, 2026 21:34

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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