From: Georg Brandl Date: Wed, 29 Apr 2009 06:37:12 +0000 (+0000) Subject: Die, buffer(), die. X-Git-Tag: v3.1b1~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=476b355d631a2d5d9c33568d3bff871b55b9aa5e;p=python Die, buffer(), die. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 5ea0489a49..23f5214f0d 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -98,7 +98,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`.