Skip to content

Typo in https://docs.python.org/3/tutorial/modules.html #102703

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

Closed
Mariatta opened this issue Mar 14, 2023 · 1 comment
Closed

Typo in https://docs.python.org/3/tutorial/modules.html #102703

Mariatta opened this issue Mar 14, 2023 · 1 comment
Labels
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes docs Documentation in the Doc dir easy

Comments

@Mariatta
Copy link
Member

Mariatta commented Mar 14, 2023

Documentation

In “is prevents directories with a common name, such as string, unintentionally hiding valid modules that occur later on the module search path” s/ unintentionally/ from unintentionally/

Originally reported in the mailing list by Goldberg, Arthur P.

https://mail.python.org/archives/list/docs@python.org/thread/UMN53Z2TI6XIJ3BG4NDZ2X2BH3GLT4LV/

Linked PRs

@Mariatta Mariatta added docs Documentation in the Doc dir 3.11 only security fixes 3.10 only security fixes 3.9 only security fixes 3.12 only security fixes easy and removed 3.9 only security fixes labels Mar 14, 2023
Mariatta pushed a commit that referenced this issue 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 ...
miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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>
miss-islington added a commit that referenced this issue 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 issue 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>
@terryjreedy
Copy link
Member

Looks ready to close. Correct if wrong.

Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this issue 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 issue 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
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes docs Documentation in the Doc dir easy
Projects
None yet
Development

No branches or pull requests

2 participants