Commit 3a18f3ba authored by Fred Drake's avatar Fred Drake

Hyphenate "built-in" for consistency.

parent 5204b4a9
...@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is ...@@ -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}, that it relies on the Python interpreter to dispatch \dfn{call},
\dfn{return}, and \dfn{exception} events. Compiled \C{} code does not \dfn{return}, and \dfn{exception} events. Compiled \C{} code does not
get interpreted, and hence is ``invisible'' to the profiler. All time 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 Python function that invoked the \C{} code. If the \C{} code calls out
to some native Python code, then those calls will be profiled to some native Python code, then those calls will be profiled
properly. properly.
......
...@@ -520,7 +520,7 @@ There are two fundamental limitations on this profiler. The first is ...@@ -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}, that it relies on the Python interpreter to dispatch \dfn{call},
\dfn{return}, and \dfn{exception} events. Compiled \C{} code does not \dfn{return}, and \dfn{exception} events. Compiled \C{} code does not
get interpreted, and hence is ``invisible'' to the profiler. All time 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 Python function that invoked the \C{} code. If the \C{} code calls out
to some native Python code, then those calls will be profiled to some native Python code, then those calls will be profiled
properly. properly.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment