Skip to content

Fix typo in datamodel.rst#object.__init_subclass__ - #111599

Merged
AA-Turner merged 1 commit into
python:mainfrom
InSyncWithFoo:main
Jan 12, 2024
Merged

AA-Turner merged 1 commit into
python:mainfrom
InSyncWithFoo:main

Conversation

@InSyncWithFoo

@InSyncWithFoo InSyncWithFoo commented Nov 1, 2023

Copy link
Copy Markdown
Contributor

Changed:

Keyword arguments which are given to a new class are passed to the parent's class __init_subclass__.

To:

Keyword arguments which are given to a new class are passed to the parent class's __init_subclass__.

@bedevere-app bedevere-app Bot added awaiting review docs Documentation in the Doc dir skip news labels Nov 1, 2023
@AA-Turner
AA-Turner merged commit a47353d into python:main Jan 12, 2024
@miss-islington-app

Copy link
Copy Markdown

Thanks @InSyncWithFoo for the PR, and @AA-Turner for merging it 🌮🎉.. 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 Jan 12, 2024
(cherry picked from commit a47353d)

Co-authored-by: InSync <122007197+InSyncWithFoo@users.noreply.github.com>
@bedevere-app

bedevere-app Bot commented Jan 12, 2024

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.12 only security fixes label Jan 12, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 12, 2024
(cherry picked from commit a47353d)

Co-authored-by: InSync <122007197+InSyncWithFoo@users.noreply.github.com>
@bedevere-app

bedevere-app Bot commented Jan 12, 2024

Copy link
Copy Markdown

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

@bedevere-app bedevere-app Bot removed the needs backport to 3.11 only security fixes label Jan 12, 2024
AA-Turner pushed a commit that referenced this pull request Jan 12, 2024
…) (#114004)

datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599)
(cherry picked from commit a47353d)

Co-authored-by: InSync <122007197+InSyncWithFoo@users.noreply.github.com>
AA-Turner pushed a commit that referenced this pull request Jan 12, 2024
…) (#114005)

datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599)
(cherry picked from commit a47353d)

Co-authored-by: InSync <122007197+InSyncWithFoo@users.noreply.github.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
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 issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants