]> granicus.if.org Git - python/commitdiff
Hyphenate "built-in" for consistency.
authorFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 19:36:25 +0000 (19:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Apr 1998 19:36:25 +0000 (19:36 +0000)
Doc/lib/libprofile.tex
Doc/libprofile.tex

index b7a1c1e9240b27606394b2590bbbb73f4f72c5da..debb332940941260059a565bcd6121ba4ac75403 100644 (file)
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler.  The first is
 that it relies on the Python interpreter to dispatch \dfn{call},
 \dfn{return}, and \dfn{exception} events.  Compiled \C{} code does not
 get interpreted, and hence is ``invisible'' to the profiler.  All time
-spent in \C{} code (including builtin functions) will be charged to the
+spent in \C{} code (including built-in functions) will be charged to the
 Python function that invoked the \C{} code.  If the \C{} code calls out
 to some native Python code, then those calls will be profiled
 properly.
index b7a1c1e9240b27606394b2590bbbb73f4f72c5da..debb332940941260059a565bcd6121ba4ac75403 100644 (file)
@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler.  The first is
 that it relies on the Python interpreter to dispatch \dfn{call},
 \dfn{return}, and \dfn{exception} events.  Compiled \C{} code does not
 get interpreted, and hence is ``invisible'' to the profiler.  All time
-spent in \C{} code (including builtin functions) will be charged to the
+spent in \C{} code (including built-in functions) will be charged to the
 Python function that invoked the \C{} code.  If the \C{} code calls out
 to some native Python code, then those calls will be profiled
 properly.