Skip to content
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

Typo in urllib.parse docs: Incorrect parameter name #120896

Closed
perey opened this issue Jun 23, 2024 · 0 comments
Closed

Typo in urllib.parse docs: Incorrect parameter name #120896

perey opened this issue Jun 23, 2024 · 0 comments

Comments

@perey
Copy link

perey commented Jun 23, 2024

The “Changed in version 3.3” note to urllib.parse.urlparse() refers to allow_fragment. The correct name for this parameter is allow_fragments, plural.

A minor typo in an out-of-the-way part of the documentation, but it still managed to trip me up when I used the name from there, not from the function signature! 🤦

Linked PRs

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 23, 2024
…lparse()` (pythonGH-120898)

(cherry picked from commit b6fa8fe)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 23, 2024
…lparse()` (pythonGH-120898)

(cherry picked from commit b6fa8fe)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
kumaraditya303 pushed a commit that referenced this issue Jun 23, 2024
…rlparse()` (GH-120898) (#120903)

gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (GH-120898)
(cherry picked from commit b6fa8fe)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
kumaraditya303 pushed a commit that referenced this issue Jun 23, 2024
…rlparse()` (GH-120898) (#120902)

gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (GH-120898)
(cherry picked from commit b6fa8fe)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
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

No branches or pull requests

2 participants