[Python-checkins] cpython (2.7): #11373: fix spelling.

georg.brandl python-checkins at python.org
Sun Mar 6 11:17:49 CET 2011


http://hg.python.org/cpython/rev/aea4a7861390
changeset:   68296:aea4a7861390
branch:      2.7
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 06 10:57:52 2011 +0100
summary:
  #11373: fix spelling.

files:
  Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2575,7 +2575,7 @@
 .. class:: memoryview(obj)
 
    Create a :class:`memoryview` that references *obj*.  *obj* must support the
-   buffer protocol.  Builtin objects that support the buffer protocol include
+   buffer protocol.  Built-in objects that support the buffer protocol include
    :class:`str` and :class:`bytearray` (but not :class:`unicode`).
 
    A :class:`memoryview` has the notion of an *element*, which is the

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list