]> granicus.if.org Git - python/commitdiff
Fix markup nits
authorRaymond Hettinger <python@rcn.com>
Mon, 6 Sep 2010 19:55:51 +0000 (19:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 Sep 2010 19:55:51 +0000 (19:55 +0000)
Doc/whatsnew/3.2.rst

index f9663f63f3d43425e9d38cb3344e52aca5ea56d3..0faac11d23301c05848e32074ed37c7c52094e10 100644 (file)
@@ -220,8 +220,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`.
 
   (Patch submitted by Daniel Urban; :issue:`5867`.)
 
@@ -410,7 +410,7 @@ Multi-threading
   (Contributed by Antoine Pitrou; :issue:`3001`.)
 
 * Regular and recursive locks now accept an optional *timeout* argument to their
-  ``acquire`` method.  (Contributed by Antoine Pitrou; :issue:`7316`.)
+  :meth:`acquire` method.  (Contributed by Antoine Pitrou; :issue:`7316`.)
 
   Similarly, :meth:`threading.Semaphore.acquire` also gains a *timeout*
   argument.  (Contributed by Torsten Landschoff; :issue:`850728`.)