From 6db773057ebd15c806a1ee799969fc8eca55da65 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Sep 2010 00:32:12 +0000 Subject: link to docs --- Doc/whatsnew/3.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index a7ff5a3..8d035dd 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -215,8 +215,8 @@ Some smaller changes made to the core Python language are: (By Nick Coghlan and Terrence Cole; :issue:`9567`, :issue:`3445`, and :issue:`8814`.) -* The :mod:`abc` module now supports :func:`abstractclassmethod` and - :func:`abstractstaticmethod`. +* The :mod:`abc` module now supports :func:`~abc.abstractclassmethod` and + :func:`~abc.abstractstaticmethod`. (:issue:`5867`.) -- cgit v0.12