fix: typos, grammar, and spelling in docs and code#2735
Merged
tempusfrangit merged 2 commits intomainfrom Feb 17, 2026
Merged
Conversation
Member
|
yes! |
- docs/http.md: fix preposition 'to deploying' -> 'on deploying', add missing article - docs/wsl2/wsl2.md: fix typo 'you NVIDIA' -> 'your NVIDIA' - docs/python.md: fix awkward phrasing and verb agreement in setup() description - docs/deploy.md: fix inconsistent heading level for --host section - docs/training.md: add missing 'self' parameter in train() method example - docs/notebooks.md: update deprecated python_packages to python_requirements - pkg/cli/build.go: fix typo 'sing Epoch' -> 'since Epoch' - pkg/cli/run.go, serve.go, predict.go: fix duplicate word 'but but' - python/cog/schema.py: remove extra space before period in docstrings - python/cog/_inspector.py: fix hyphenation 'error prone' -> 'error-prone' - python/cog/command/openapi_schema.py: simplify redundant error message
b224e40 to
6bdda6d
Compare
tempusfrangit
approved these changes
Feb 17, 2026
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.
Summary
python_packagesexample to usepython_requirementsin notebooks.mdselfparameter in training.md code exampleChanges
Documentation
docs/http.mddocs/wsl2/wsl2.mddocs/python.mddocs/deploy.md##→###)docs/training.mdselfparameter in exampledocs/notebooks.mdpython_packagestopython_requirementsGo Code
pkg/cli/build.gopkg/cli/run.gopkg/cli/serve.gopkg/cli/predict.goPython Code
python/cog/schema.pypython/cog/_inspector.pypython/cog/command/openapi_schema.py