diff options
author | Georg Brandl <georg@python.org> | 2009-04-29 06:37:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-29 06:37:12 (GMT) |
commit | 476b355d631a2d5d9c33568d3bff871b55b9aa5e (patch) | |
tree | bb15c1b90b0b8b2f84427bc86b405dfc74705b7a /Doc/library | |
parent | 1f0db40cd73351914cba94756e0a72d0b257c7ac (diff) | |
download | cpython-476b355d631a2d5d9c33568d3bff871b55b9aa5e.zip cpython-476b355d631a2d5d9c33568d3bff871b55b9aa5e.tar.gz cpython-476b355d631a2d5d9c33568d3bff871b55b9aa5e.tar.bz2 |
Die, buffer(), die.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |