From d2cdee737bc97c96e19d2c3e5916d28b5c070293 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 29 Apr 2009 07:00:34 +0000 Subject: [PATCH] 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. ........ --- 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 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`. -- 2.47.3