diff options
| author | Georg Brandl <georg@python.org> | 2009-07-26 14:54:51 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-07-26 14:54:51 +0000 |
| commit | 22b3431426349a424e3486c279db8b84cf671da0 (patch) | |
| tree | db3aa6b6addb5e07c53de6ff2a5e8250d472bb58 /Doc/extending | |
| parent | 7a72b3ad7b02612254c7e256b8a67ce7ccf7994a (diff) | |
| download | cpython-git-22b3431426349a424e3486c279db8b84cf671da0.tar.gz | |
Merged revisions 74209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line
builtin -> built-in.
........
Diffstat (limited to 'Doc/extending')
| -rw-r--r-- | Doc/extending/newtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index b27b224d2e..0ea2461338 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -802,7 +802,7 @@ easily use the :class:`PyTypeObject` it needs. It can be difficult to share these :class:`PyTypeObject` structures between extension modules. In this example we will create a :class:`Shoddy` type that inherits from the -builtin :class:`list` type. The new type will be completely compatible with +built-in :class:`list` type. The new type will be completely compatible with regular lists, but will have an additional :meth:`increment` method that increases an internal counter. :: |
