From e4dde50c78113a461bca9d238055fb9320595848 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 19 Apr 2015 04:32:23 +0300 Subject: [PATCH] Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). Patch by Andy Holst. --- Doc/library/tarfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 4536ecaab04..8338ffa8008 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -465,7 +465,7 @@ It does *not* contain the file's data itself. Create a :class:`TarInfo` object. -.. method:: TarInfo.frombuf(buf) +.. method:: TarInfo.frombuf(buf, encoding, errors) Create and return a :class:`TarInfo` object from string buffer *buf*.