Fix assorted docstring/comment typos across the codebase - #763
Open
PratikDhanave wants to merge 1 commit into
Open
Fix assorted docstring/comment typos across the codebase#763PratikDhanave wants to merge 1 commit into
PratikDhanave wants to merge 1 commit into
Conversation
Spelling/typo fixes only (no code or behavior change):
- peft/_einsum_utils.py: "reqrites a einsum" -> "rewrites an einsum";
"This assume there's no elipsis" -> "This assumes there's no ellipsis"
- gm/utils/_cache_helper.py: "Rational:" -> "Rationale:"
- gm/text/_turn_utils.py: "predicated" -> "predicted"
- gm/text/_tokenizer.py: "a undescore" -> "an underscore"
- gm/vision/_token_utils.py: "argiments" -> "arguments"
- peft/_quantization_utils.py: "ths" -> "this"; "INT$" -> "INT4/INT8";
"checkpoitns" -> "checkpoints"; "isntead" -> "instead"
- gm/data/{_transforms,_tasks,_functional}.py: "Ouptut" -> "Output"
- gm/nn/{_transformer,gemma4/_transformer,gemma3n/_transformer}.py:
"specifiy" -> "specify"
This was referenced Jul 25, 2026
Author
|
Friendly ping — low-risk docs-only change (assorted docstring/comment typos across the codebase), CI green. Ready for review whenever a maintainer has a moment. Thanks! |
|
May I know why your PR is not merging? @PratikDhanave what challenges you are facing to merge this PR into main? |
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.
Consolidates several small spelling/typo fixes into a single PR (docstrings and comments only — no code or behavior change).
peft/_einsum_utils.pyreqrites a einsum→rewrites an einsum;This assume there's no elipsis→This assumes there's no ellipsisgm/utils/_cache_helper.pyRational:→Rationale:gm/text/_turn_utils.pypredicated→predictedgm/text/_tokenizer.pya undescore→an underscoregm/vision/_token_utils.pyargiments→argumentspeft/_quantization_utils.pyths→this;INT$→INT4/INT8;checkpoitns→checkpoints;isntead→insteadgm/data/{_transforms,_tasks,_functional}.pyOuptut→Outputgm/nn/{_transformer, gemma4/_transformer, gemma3n/_transformer}.pyspecifiy→specifyNote for maintainers: this supersedes the individually-filed typo PRs #748, #749, #750, #751, #752, #757, #758, #759, which I'm closing in favor of this single bundle.