chore: fix spelling typos in comments and docstrings#705
Open
manumishra12 wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 variableanswere deliberately left unchanged.Verification
codespellreports no remaining genuine typos (only the intentional French strings / variable remain).python -m py_compilepasses for all changed.pyfiles;pyproject.tomlstill parses.