-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-103629: Update typing.Unpack docs in compliance with PEP 692 #103894
gh-103629: Update typing.Unpack docs in compliance with PEP 692 #103894
Conversation
franekmagiera
commented
Apr 26, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Implement PEP 692 #103629
Thanks! Could you add an entry to the 3.12 What's New and to the NEWS as well? |
Thought about doing it in a separate PR but I can add it as a part of this one :) let me do that. |
Thanks @franekmagiera! |
|
||
from typing import TypedDict, Unpack | ||
|
||
class Movie(TypedDict): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 space tab would've been more consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 spaces are the convention in the docs.