Skip to content

Conversation

@terryjreedy
Copy link
Member

@terryjreedyterryjreedy commented Nov 17, 2023

Change '[2]' to '[1]' to get second argument.


📚 Documentation preview 📚: https://cpython-previews--112183.org.readthedocs.build/

Change '[2]' to '[1]' to get second argument.
@terryjreedyterryjreedy added type-bug An unexpected behavior, bug, or error docs Documentation in the Doc dir needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Nov 17, 2023
@terryjreedyterryjreedy self-assigned this Nov 17, 2023
@terryjreedyterryjreedy merged commit 8cd70ee into python:mainNov 17, 2023
@miss-islington-app
Copy link

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 17, 2023
Change '[2]' to '[1]' to get second argument. (cherry picked from commit 8cd70ee) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 17, 2023
Change '[2]' to '[1]' to get second argument. (cherry picked from commit 8cd70ee) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-app
Copy link

GH-112184 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Nov 17, 2023
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Nov 17, 2023
@terryjreedyterryjreedy deleted the typedoc branch November 17, 2023 01:05
terryjreedy added a commit that referenced this pull request Nov 17, 2023
gh-112165: Fix typo in `__main__.py` (GH-112183) Change '[2]' to '[1]' to get second argument. (cherry picked from commit 8cd70ee) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request Nov 17, 2023
gh-112165: Fix typo in `__main__.py` (GH-112183) Change '[2]' to '[1]' to get second argument. (cherry picked from commit 8cd70ee) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Change '[2]' to '[1]' to get second argument.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Change '[2]' to '[1]' to get second argument.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip newstype-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@terryjreedy