summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
diff options
context:
space:
mode:
authorMingZhe Hu <humingzhework@163.com>2020-08-27 00:42:37 (GMT)
committerGitHub <noreply@github.com>2020-08-27 00:42:37 (GMT)
commit8c58d2a216ca2b5965361df9b8d8944bc7d4854d (patch)
treecf0c91db636d05495e2fbf0b23b00f8b50db43d4 /Misc/NEWS.d/next/Documentation
parent94ad6c674f7687ef22853cb8d42b440d6b42ddc8 (diff)
downloadcpython-8c58d2a216ca2b5965361df9b8d8944bc7d4854d.zip
cpython-8c58d2a216ca2b5965361df9b8d8944bc7d4854d.tar.gz
cpython-8c58d2a216ca2b5965361df9b8d8944bc7d4854d.tar.bz2
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-08-25-15-11-23.bpo-41624.ddjJlN.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-08-25-15-11-23.bpo-41624.ddjJlN.rst b/Misc/NEWS.d/next/Documentation/2020-08-25-15-11-23.bpo-41624.ddjJlN.rst
new file mode 100644
index 0000000..bdbc5a4
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-08-25-15-11-23.bpo-41624.ddjJlN.rst
@@ -0,0 +1 @@
+Fix the signature of :class:`typing.Coroutine`.