summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-12-15 05:38:28 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-12-15 05:38:28 (GMT)
commit4a18b35dbd80d21e1b3c1a5aa45c5c96deb44c7b (patch)
tree19b66078df1ffe982905eaf912567250a6555a05 /Doc/whatsnew/3.5.rst
parentbf077ee043415607d49739eaae47cfc4d0fb2188 (diff)
downloadcpython-4a18b35dbd80d21e1b3c1a5aa45c5c96deb44c7b.zip
cpython-4a18b35dbd80d21e1b3c1a5aa45c5c96deb44c7b.tar.gz
cpython-4a18b35dbd80d21e1b3c1a5aa45c5c96deb44c7b.tar.bz2
docs/whatsnew/3.5: Fix ref link
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 61992f7..53cd602 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -814,7 +814,7 @@ Updates in 3.5.1:
coroutines to event loops from other threads.
(Contributed by Vincent Michel.)
-* New :meth:`Transport.is_closing() <asyncio.Transport.is_closing>`
+* New :meth:`Transport.is_closing() <asyncio.BaseTransport.is_closing>`
method to check if the transport is closing or closed.
(Contributed by Yury Selivanov.)