]> granicus.if.org Git - python/commitdiff
docs/whatsnew/3.5: Fix ref link
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Dec 2015 05:38:28 +0000 (00:38 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Dec 2015 05:38:28 +0000 (00:38 -0500)
Doc/whatsnew/3.5.rst

index 61992f78ff6805b644d5afb826f4e597d9d901c2..53cd602098c4f036b34ddc41adefa807e70bbb88 100644 (file)
@@ -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.)