Die, buffer(), die.

This commit is contained in:
Georg Brandl 2009-04-29 06:37:12 +00:00
parent 1f0db40cd7
commit 476b355d63
1 changed files with 1 additions and 1 deletions

View 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`.