From 476b355d631a2d5d9c33568d3bff871b55b9aa5e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 29 Apr 2009 06:37:12 +0000 Subject: Die, buffer(), die. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 5ea0489..23f5214 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`. -- cgit v0.12