diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-05 16:49:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 16:49:40 (GMT) |
commit | 279a7a0c9429f87c9e1f1042f580faf460b176e1 (patch) | |
tree | 582aafa66a78564fe75dc1a7a29a9e29765df2ba /Misc/NEWS.d | |
parent | bcb236c19e4ddf5ccf0fc45ab541eabf1f757a64 (diff) | |
download | cpython-279a7a0c9429f87c9e1f1042f580faf460b176e1.zip cpython-279a7a0c9429f87c9e1f1042f580faf460b176e1.tar.gz cpython-279a7a0c9429f87c9e1f1042f580faf460b176e1.tar.bz2 |
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431)
(cherry picked from commit 71e8a3e76a32f5eabe20e7fa984f384ca9af6ec6)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-11-05-12-15-24.bpo-45726.GwRr7e.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-11-05-12-15-24.bpo-45726.GwRr7e.rst b/Misc/NEWS.d/next/Documentation/2021-11-05-12-15-24.bpo-45726.GwRr7e.rst new file mode 100644 index 0000000..7ff6283 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-11-05-12-15-24.bpo-45726.GwRr7e.rst @@ -0,0 +1,2 @@ +Improve documentation for :func:`functools.singledispatch` and +:class:`functools.singledispatchmethod`. |