@@ -449,7 +449,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
449449the sort key of choice.
450450\end {methoddesc }
451451
452- \begin {methoddesc }[Stats]{print_stats}{restriction \optional {, ... }}
452+ \begin {methoddesc }[Stats]{print_stats}{\optional {restriction, \moreargs }}
453453This method for the \class {Stats} class prints out a report as described
454454in the \function {profile.run()} definition.
455455
@@ -484,7 +484,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
484484\end {methoddesc }
485485
486486
487- \begin {methoddesc }[Stats]{print_callers}{restrictions \optional {, ... }}
487+ \begin {methoddesc }[Stats]{print_callers}{\optional {restriction, \moreargs }}
488488This method for the \class {Stats} class prints a list of all functions
489489that called each function in the profiled database. The ordering is
490490identical to that provided by \method {print_stats()}, and the definition
@@ -494,7 +494,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
494494is the cumulative time spent in the function at the right.
495495\end {methoddesc }
496496
497- \begin {methoddesc }[Stats]{print_callees}{restrictions \optional {, ... }}
497+ \begin {methoddesc }[Stats]{print_callees}{\optional {restriction, \moreargs }}
498498This method for the \class {Stats} class prints a list of all function
499499that were called by the indicated function. Aside from this reversal
500500of direction of calls (re: called vs was called by), the arguments and
0 commit comments