commit | d7d4fd7336baca618eb02b9a7e862bd8452d8f7d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jul 26 14:37:28 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jul 26 14:37:28 2009 +0000 |
tree | 2273b0b04e103df5de2a4d51d56bcf20793f1719 | |
parent | 9fa61bb37d68225c827aa7809382ea701c264db5 [diff] [blame] |
builtin -> built-in.
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 8616d5d..0005792 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst
@@ -816,7 +816,7 @@ ``'c_call'`` A C function is about to be called. This may be an extension function or - a builtin. *arg* is the C function object. + a built-in. *arg* is the C function object. ``'c_return'`` A C function has returned. *arg* is ``None``.