From: Georg Brandl Date: Wed, 29 Apr 2009 07:00:34 +0000 (+0000) Subject: Merged revisions 72089 via svnmerge from X-Git-Tag: 3.0~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2cdee737bc97c96e19d2c3e5916d28b5c070293;p=thirdparty%2FPython%2Fcpython.git Merged revisions 72089 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r72089 | georg.brandl | 2009-04-29 08:37:12 +0200 (Mi, 29 Apr 2009) | 1 line Die, buffer(), die. ........ --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index e2562ea43137..7146b77415e1 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -96,7 +96,7 @@ are always available. They are listed here in alphabetical order. :class:`bytearray` -- it has the same non-mutating methods and the same indexing and slicing behavior. - Accordingly, constructor arguments are interpreted as for :func:`buffer`. + Accordingly, constructor arguments are interpreted as for :func:`bytearray`. Bytes objects can also be created with literals, see :ref:`strings`.