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

[3.9] bpo-46677: Add examples of inheritance and attributes to TypedDict docs. (GH-31349) #31808

Merged
merged 3 commits into from Mar 12, 2022

Conversation

CharlieZhao95
Copy link
Contributor

@CharlieZhao95 CharlieZhao95 commented Mar 11, 2022

Add examples of inheritance and attributes to TypedDict docs.

Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
(cherry picked from commit 8a207e0)

https://bugs.python.org/issue46677

…docs (pythonGH-31349)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 8a207e0)
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Thanks!

Doc/library/typing.rst Outdated Show resolved Hide resolved
Doc/library/typing.rst Outdated Show resolved Hide resolved
CharlieZhao95 and others added 2 commits Mar 11, 2022
Remove redundant description.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@JelleZijlstra JelleZijlstra merged commit b5140a5 into python:3.9 Mar 12, 2022
12 checks passed
@CharlieZhao95 CharlieZhao95 deleted the backport-8a207e0-3.9 branch Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment