]> granicus.if.org Git - python/commitdiff
Markup nits.
authorGeorg Brandl <georg@python.org>
Tue, 17 Aug 2010 14:11:59 +0000 (14:11 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 17 Aug 2010 14:11:59 +0000 (14:11 +0000)
Doc/library/functools.rst

index 2b693d99fcddda3a18ebdae6efe257c7f35034a8..7129746f928d2c739c7f68ff9ac8331abdceb473 100644 (file)
@@ -163,13 +163,14 @@ The :mod:`functools` module defines the following functions:
    wrapper function itself is missing any attributes named in *updated*.
 
    .. versionadded:: 3.2
-      Automatic addition of the __wrapped__ attribute
+      Automatic addition of the ``__wrapped__`` attribute.
 
    .. versionadded:: 3.2
-      Copying of the __annotations__ attribute by default
+      Copying of the ``__annotations__`` attribute by default.
 
    .. versionchanged:: 3.2
-      Missing attributes no longer trigger an AttributeError
+      Missing attributes no longer trigger an :exc:`AttributeError`.
+
 
 .. decorator:: wraps(wrapped, assigned=WRAPPER_ASSIGNMENTS, updated=WRAPPER_UPDATES)