]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 72089 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 29 Apr 2009 07:00:34 +0000 (07:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 29 Apr 2009 07:00:34 +0000 (07:00 +0000)
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.
........

Doc/library/functions.rst

index e2562ea43137d28b83a37e3ae01c9a16084cc1bc..7146b77415e15e63d98b54244b974f83f4944559 100644 (file)
@@ -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`.