fix: correct 'Pyhon' to 'Python' in API page title - #291
Open
Jah-yee wants to merge 1 commit into
Open
Conversation
Corrects the page title from 'Pyhon API' to 'Python API' in docs/04-api-reference/01-python-api/index.md. Fixes issue hyperai#290. Signed-off-by: Jah-yee <166608075+Jah-yee@users.noreply.github.com>
Greptile SummaryCorrects the Python API documentation page title by changing
Confidence Score: 5/5The PR appears safe to merge with no actionable issues identified. The change is limited to correcting a documentation title typo and introduces no behavioral, structural, or security impact. Important Files Changed
Reviews (1): Last reviewed commit: "fix: correct 'Pyhon' to 'Python' in API ..." | Re-trigger Greptile |
Author
|
Hi @xyy9411! Gentle follow-up on this typo fix — correcting 'Pyhon' → 'Python' in the API docs title (docs/04-api-reference/01-python-api/index.md line 3). This PR addresses good first issue #290. Happy to make any adjustments if needed! 🙏 |
Author
|
Friendly ping — 9 days old with no reviews on this typo fix (Pyhon→Python in the API page title). Happy to address any feedback! |
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.
Description
Corrects the page title from
Pyhon APItoPython APIindocs/04-api-reference/01-python-api/index.md(line 3).Fixes
Fixes issue #290.
Type of change
Testing
This is a single-word typo fix in a documentation file. No functional code change.