From: Georg Brandl Date: Tue, 17 Aug 2010 14:11:59 +0000 (+0000) Subject: Markup nits. X-Git-Tag: v3.2a2~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e25701e87936ef61c348b5da6f9b580a52bab19;p=python Markup nits. --- diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst index 2b693d99fc..7129746f92 100644 --- a/Doc/library/functools.rst +++ b/Doc/library/functools.rst @@ -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)