-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-102703: Fix typo in modules tutorial documentation #102707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Sorry @rprater and @Mariatta, I had trouble checking out the |
Thanks and congrats on your first contribution to CPython! |
GH-102708 is a backport of this pull request to the 3.10 branch. |
…-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ... (cherry picked from commit 0a539b5) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>
GH-102709 is a backport of this pull request to the 3.11 branch. |
…-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ... (cherry picked from commit 0a539b5) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>
**Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ... (cherry picked from commit 0a539b5) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>
**Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ... (cherry picked from commit 0a539b5) Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>
…-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ...
…-102707) **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ...
Fix Modules Doc Typo
Before
This prevents directories with a common name, such as
string
, unintentionally hiding ...After
This prevents directories with a common name, such as
string
, from unintentionally hiding ...