]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
link to docs
authorBenjamin Peterson <benjamin@python.org>
Mon, 6 Sep 2010 00:32:12 +0000 (00:32 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 6 Sep 2010 00:32:12 +0000 (00:32 +0000)
Doc/whatsnew/3.2.rst

index a7ff5a31fc2fe9972c4587d45821612238c1fe55..8d035ddf7277b7f6137fb655c49ca427f8868fe0 100644 (file)
@@ -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`.)