cpython: 11d8f5d1968d (original) (raw)

Mercurial > cpython

changeset 101052:11d8f5d1968d 3.5

Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs Patch by Xiang Zhang. [#26615]

Berker Peksag berker.peksag@gmail.com
date Mon, 18 Apr 2016 21:20:50 +0300
parents 9e9f01260b27
children ee9921b29fd8 d08d6b776694
files Doc/library/functools.rst
diffstat 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Doc/library/functools.rst 8

line wrap: on

line diff

--- a/Doc/library/functools.rst +++ b/Doc/library/functools.rst @@ -375,10 +375,10 @@ The :mod:functools module defines the assigned directly to the matching attributes on the wrapper function and which attributes of the wrapper function are updated with the corresponding attributes from the original function. The default values for these arguments are the