diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-22 06:09:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 06:09:50 (GMT) |
commit | 98e1f5c778b9719f6338a3247da95402192bad18 (patch) | |
tree | 4e1dd21211e5e6b972d8318891ffa8c57f7b3824 /Misc | |
parent | 6893523bed4ad701838715380659c245eec71d48 (diff) | |
download | cpython-98e1f5c778b9719f6338a3247da95402192bad18.zip cpython-98e1f5c778b9719f6338a3247da95402192bad18.tar.gz cpython-98e1f5c778b9719f6338a3247da95402192bad18.tar.bz2 |
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
(cherry picked from commit 644d52818a6391535e5838fd57d58ffcb1163056)
Co-authored-by: Борис Верховский <boris.verk@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-01-20-23-03-49.bpo-40304.-LK7Ps.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-01-20-23-03-49.bpo-40304.-LK7Ps.rst b/Misc/NEWS.d/next/Documentation/2021-01-20-23-03-49.bpo-40304.-LK7Ps.rst new file mode 100644 index 0000000..3f2f14c --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-01-20-23-03-49.bpo-40304.-LK7Ps.rst @@ -0,0 +1,2 @@ +Fix doc for type(name, bases, dict). Patch by Boris Verkhovskiy and +Éric Araujo. |