commit | 6db773057ebd15c806a1ee799969fc8eca55da65 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Sep 06 00:32:12 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Sep 06 00:32:12 2010 +0000 |
tree | b093db01d888be6065c0c7aae8731cc2fd6aba88 | |
parent | 7fefaffcc2d6879c412496d523496a220b0440f5 [diff] |
link to docs
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 @@ (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`.)