Die, buffer(), die.
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 @@
    :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`.