]> granicus.if.org Git - python/commitdiff
Die, buffer(), die.
authorGeorg Brandl <georg@python.org>
Wed, 29 Apr 2009 06:37:12 +0000 (06:37 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 29 Apr 2009 06:37:12 +0000 (06:37 +0000)
Doc/library/functions.rst

index 5ea0489a496b04157685bfb3999aaf3891551897..23f5214f0d5cdad129ee3a047abc7f80b30245db 100644 (file)
@@ -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`.