Skip to content

fix: typos, grammar, and spelling in docs and code#2735

Merged
tempusfrangit merged 2 commits intomainfrom
fix-typos-and-grammar
Feb 17, 2026
Merged

fix: typos, grammar, and spelling in docs and code#2735
tempusfrangit merged 2 commits intomainfrom
fix-typos-and-grammar

Conversation

@bfirsh
Copy link
Member

@bfirsh bfirsh commented Feb 17, 2026

Summary

  • Fix typos, grammar issues, and spelling errors across documentation and code
  • Update deprecated python_packages example to use python_requirements in notebooks.md
  • Fix missing self parameter in training.md code example

Changes

Documentation

File Fix
docs/http.md "to deploying" → "on deploying", add missing article
docs/wsl2/wsl2.md "for you NVIDIA" → "for your NVIDIA"
docs/python.md Fix awkward phrasing in setup() description
docs/deploy.md Fix inconsistent heading level (#####)
docs/training.md Add missing self parameter in example
docs/notebooks.md Update deprecated python_packages to python_requirements

Go Code

File Fix
pkg/cli/build.go "sing Epoch" → "since Epoch"
pkg/cli/run.go "but but" → "but"
pkg/cli/serve.go "but but" → "but"
pkg/cli/predict.go "but but" → "but"

Python Code

File Fix
python/cog/schema.py "dictionary ." → "dictionary."
python/cog/_inspector.py "error prone" → "error-prone"
python/cog/command/openapi_schema.py Simplify redundant error message

@bfirsh bfirsh requested a review from a team as a code owner February 17, 2026 22:58
markphelps
markphelps previously approved these changes Feb 17, 2026
Copy link
Contributor

@markphelps markphelps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@tempusfrangit
Copy link
Member

yes!

@tempusfrangit tempusfrangit added this to the 0.17.0 Release milestone Feb 17, 2026
- 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
@tempusfrangit tempusfrangit merged commit fd6fd1e into main Feb 17, 2026
37 checks passed
@tempusfrangit tempusfrangit deleted the fix-typos-and-grammar branch February 17, 2026 23:29
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.

3 participants

Comments