fix: clean up docstrings and fix typos#4892
Open
gilangjavier wants to merge 1 commit intocrewAIInc:mainfrom
Open
fix: clean up docstrings and fix typos#4892gilangjavier wants to merge 1 commit intocrewAIInc:mainfrom
gilangjavier wants to merge 1 commit intocrewAIInc:mainfrom
Conversation
- 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.
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.
Fixes typos and grammatical errors in core docstrings.
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 (
CrewandTask) 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
Fielddescription text is updated.Written by Cursor Bugbot for commit ff2e87f. This will update automatically on new commits. Configure here.