Skip to content

chore: fix spelling typos in comments and docstrings#705

Open
manumishra12 wants to merge 1 commit into
google-deepmind:mainfrom
manumishra12:chore/fix-typos
Open

chore: fix spelling typos in comments and docstrings#705
manumishra12 wants to merge 1 commit into
google-deepmind:mainfrom
manumishra12:chore/fix-typos

Conversation

@manumishra12

Copy link
Copy Markdown

Description

Fix 32 spelling typos in comments, docstrings, and a couple of doc/prompt strings across the codebase (found via codespell). These touch comment/docstring text only — no code identifiers, APIs, or behaviour are changed.

A sample: langauge→language, reqrites→rewrites, elipsis→ellipsis, choosen→chosen, isntead→instead, specifiy→specify, aribtrary→arbitrary, theoritically→theoretically, compatiblity→compatibility, intialization→initialization, iamges→images, checpoint→checkpoint, unecessary→unnecessary, managment→management, trigering→triggering, undescore→underscore, explictly→explicitly, Ouptut→Output, grammaticaly→grammatically, respectivelly→respectively, prefered→preferred, formating→formatting.

Intentional French in example strings (rouge, mange, visiter) and the local variable ans were deliberately left unchanged.

Verification

  • codespell reports no remaining genuine typos (only the intentional French strings / variable remain).
  • python -m py_compile passes for all changed .py files; pyproject.toml still parses.
  • Comment/docstring/text-only — no behaviour change.

Fix 32 misspellings across comments, docstrings and a couple of doc/prompt
strings (found via codespell), e.g. langauge->language, specifiy->specify,
aribtrary->arbitrary, intialization->initialization, managment->management,
Ouptut->Output. Comment/docstring text only; no code or behaviour change.
Intentional French example strings and variable names left unchanged.
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.

1 participant