diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-09-06 00:32:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-09-06 00:32:12 (GMT) |
commit | 6db773057ebd15c806a1ee799969fc8eca55da65 (patch) | |
tree | b093db01d888be6065c0c7aae8731cc2fd6aba88 /Doc | |
parent | 7fefaffcc2d6879c412496d523496a220b0440f5 (diff) | |
download | cpython-6db773057ebd15c806a1ee799969fc8eca55da65.zip cpython-6db773057ebd15c806a1ee799969fc8eca55da65.tar.gz cpython-6db773057ebd15c806a1ee799969fc8eca55da65.tar.bz2 |
link to docs
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 4 |
1 files 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`.) |