Skip to content

fix: clean up docstrings and fix typos#4892

Open
gilangjavier wants to merge 1 commit intocrewAIInc:mainfrom
gilangjavier:fix/docstring-cleanup
Open

fix: clean up docstrings and fix typos#4892
gilangjavier wants to merge 1 commit intocrewAIInc:mainfrom
gilangjavier:fix/docstring-cleanup

Conversation

@gilangjavier
Copy link

@gilangjavier gilangjavier commented Mar 15, 2026

Fixes typos and grammatical errors in core docstrings.

  • Corrected "it's" to "its" in crew.py and task.py.
  • Fixed missing possessive apostrophes: "agents execution" → "agents' execution".
  • Capitalized first words in attribute descriptions for consistency in crew.py.
  • Corrected "execution the task" to "executing the task" in task.py.

These changes improve documentation quality without altering any code logic.


Note

Low Risk
Low risk: changes are limited to docstrings and Field(description=...) text with no functional or API behavior impact.

Overview
Cleans up documentation strings in core models (Crew and Task) by fixing typos/grammar (e.g., its/it's, possessive apostrophes, and wording like "executing the task") and standardizing attribute description capitalization.

No runtime logic or public interfaces are changed; only docstring and Field description text is updated.

Written by Cursor Bugbot for commit ff2e87f. This will update automatically on new commits. Configure here.

- Corrected "it's" to "its" in several docstrings.
- Fixed missing possessive apostrophes (e.g., "agents execution" -> "agents' execution").
- Capitalized first word in attribute descriptions for consistency.
- Fixed "execution the task" to "executing the task".
- Updated wording in docstrings to improve clarity and consistency.

These changes improve documentation quality without altering any code logic.
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