--- a/Documentation/Source/eric5.DebugClients.Python3.PyProfile.html Sat May 17 19:58:49 2014 +0200 +++ b/Documentation/Source/eric5.DebugClients.Python3.PyProfile.html Sun May 18 14:13:09 2014 +0200 @@ -81,7 +81,7 @@ <td>Public method to store the collected profile data.</td> </tr><tr> <td><a href="#PyProfile.trace_dispatch_call">trace_dispatch_call</a></td> -<td>Private method used to trace functions calls.</td> +<td>Public method used to trace functions calls.</td> </tr> </table> <h3>Static Methods</h3> @@ -159,7 +159,7 @@ <h4>PyProfile.trace_dispatch_call</h4> <b>trace_dispatch_call</b>(<i>frame, t</i>) <p> - Private method used to trace functions calls. + Public method used to trace functions calls. </p><p> This is a variant of the one found in the standard Python profile.py calling fix_frame_filename above.