[Python-checkins] cpython (3.5): docs/whatsnew/3.5: Fix ref link

yury.selivanov python-checkins at python.org
Tue Dec 15 00:38:45 EST 2015


https://hg.python.org/cpython/rev/243b19a8ce1e
changeset:   99575:243b19a8ce1e
branch:      3.5
parent:      99573:e544a0b58706
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Dec 15 00:38:28 2015 -0500
summary:
  docs/whatsnew/3.5: Fix ref link

files:
  Doc/whatsnew/3.5.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -814,7 +814,7 @@
   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.)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list