diff -r 19b3aaf79e45 Doc/library/tarfile.rst --- a/Doc/library/tarfile.rst Sat Feb 23 17:24:44 2013 +0100 +++ b/Doc/library/tarfile.rst Sat Feb 23 18:43:29 2013 +0000 @@ -458,7 +458,7 @@ 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*.