diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-22 05:57:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 05:57:40 (GMT) |
commit | 34f3f4ac70e3ba2e603ba7792addf973c94f90cb (patch) | |
tree | 1091cccd137f0feeffbd9a697298f950ef85ba1a /Misc | |
parent | 844ec0ba6606b60a59b7da82c54c1e646424259c (diff) | |
download | cpython-34f3f4ac70e3ba2e603ba7792addf973c94f90cb.zip cpython-34f3f4ac70e3ba2e603ba7792addf973c94f90cb.tar.gz cpython-34f3f4ac70e3ba2e603ba7792addf973c94f90cb.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. |