Skip to content

Fix typos in python quick-start guide#3031

Open
sakshamchoudhary193 wants to merge 1 commit into
appwrite:mainfrom
sakshamchoudhary193:patch-1
Open

Fix typos in python quick-start guide#3031
sakshamchoudhary193 wants to merge 1 commit into
appwrite:mainfrom
sakshamchoudhary193:patch-1

Conversation

@sakshamchoudhary193
Copy link
Copy Markdown

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 31, 2026

Greptile Summary

This PR fixes two typos in the Python quick-start documentation guide.

  • Corrects "Active the venv" → "Activate the venv" in a shell comment (line 63).
  • Fixes `_main_``__main__` in prose text, restoring the correct Python dunder module name (line 220).

Confidence Score: 5/5

Safe to merge — only corrects two minor text typos with no functional impact.

Both changes are straightforward text corrections in a documentation file: a misspelled word and a malformed Python dunder name. No logic, configuration, or code execution paths are touched.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/quick-starts/python/+page.markdoc Two typo fixes: "Active" → "Activate" in a venv comment, and _main___main__ (correct Python dunder) in prose text

Reviews (3): Last reviewed commit: "Update +page.markdoc : Fix typos in pyth..." | Re-trigger Greptile

@sakshamchoudhary193
Copy link
Copy Markdown
Author

&

@sakshamchoudhary193
Copy link
Copy Markdown
Author

Fixed two typos in the Python quick-start documentation page (corrected # Active to # Activate and main to main).

1 similar comment
@sakshamchoudhary193
Copy link
Copy Markdown
Author

Fixed two typos in the Python quick-start documentation page (corrected # Active to # Activate and main to main).

@sakshamchoudhary193
Copy link
Copy Markdown
Author

Hi maintainers,
I have fixed two typos in the Python quick-start documentation page (+page.markdoc):
​Corrected # Active to # Activate in step 2.
​Corrected main to main in step 7 text.
​Please review and merge. Thanks!

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