Skip to content

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

Merged
merged 2 commits into from
Mar 15, 2023
Merged

gh-102703: Fix typo in modules tutorial documentation #102707

merged 2 commits into from
Mar 15, 2023

Conversation

rprater
Copy link
Contributor

@rprater rprater commented Mar 14, 2023

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 ...

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir skip news awaiting review labels Mar 14, 2023
@rprater rprater changed the title Fix typo in https://docs.python.org/3/tutorial/modules.html Fix typo in https://docs.python.org/3/tutorial/modules.html 102703 Mar 14, 2023
@ghost
Copy link

ghost commented Mar 14, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@rprater rprater changed the title Fix typo in https://docs.python.org/3/tutorial/modules.html 102703 gh-102703: Fix typo in https://docs.python.org/3/tutorial/modules.html Mar 14, 2023
Copy link
Member

@Mariatta Mariatta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Mariatta Mariatta added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Mar 14, 2023
@Mariatta Mariatta changed the title gh-102703: Fix typo in https://docs.python.org/3/tutorial/modules.html gh-102703: Fix typo in modules tutorial documentation Mar 15, 2023
@Mariatta Mariatta merged commit 0a539b5 into python:main Mar 15, 2023
@miss-islington
Copy link
Contributor

Thanks @rprater for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry @rprater and @Mariatta, I had trouble checking out the 3.11 backport branch.
Please retry by removing and re-adding the "needs backport to 3.11" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker 0a539b5db312d126ff45dd4aa6a53d40a292c512 3.11

@Mariatta
Copy link
Member

Thanks and congrats on your first contribution to CPython!

@bedevere-bot
Copy link

GH-102708 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Mar 15, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 15, 2023
…-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>
@Mariatta Mariatta added needs backport to 3.11 only security fixes and removed needs backport to 3.11 only security fixes labels Mar 15, 2023
@miss-islington
Copy link
Contributor

Thanks @rprater for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-102709 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 15, 2023
…-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>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Mar 15, 2023
miss-islington added a commit that referenced this pull request Mar 15, 2023
**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>
miss-islington added a commit that referenced this pull request Mar 15, 2023
**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>
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
…-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 ...
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
…-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 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants