@@ -361,7 +361,7 @@ \section{Reference Manual}
361361% (This \stmodindex use may be hard to change ;-( )
362362\stmodindex {pstats}
363363
364- \begin {classdesc }{Stats}{filename\optional {, ... }}
364+ \begin {classdesc }{Stats}{filename\optional {, \moreargs }}
365365This class constructor creates an instance of a `` statistics object''
366366from a \var {filename} (or set of filenames). \class {Stats} objects are
367367manipulated by methods, in order to print useful reports.
@@ -398,7 +398,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
398398\end {methoddesc }
399399
400400
401- \begin {methoddesc }[Stats]{add}{filename\optional {, ... }}
401+ \begin {methoddesc }[Stats]{add}{filename\optional {, \moreargs }}
402402This method of the \class {Stats} class accumulates additional
403403profiling information into the current profiling object. Its
404404arguments should refer to filenames created by the corresponding
@@ -415,7 +415,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
415415\versionadded {2.3}
416416\end {methoddesc }
417417
418- \begin {methoddesc }[Stats]{sort_stats}{key\optional {, ... }}
418+ \begin {methoddesc }[Stats]{sort_stats}{key\optional {, \moreargs }}
419419This method modifies the \class {Stats} object by sorting it according
420420to the supplied criteria. The argument is typically a string
421421identifying the basis of a sort (example: \code {'time'} or
@@ -551,7 +551,7 @@ \section{Limitations \label{profile-limits}}
551551measurements will be more accurate than the underlying clock. If
552552enough measurements are taken, then the `` error'' will tend to average
553553out. Unfortunately, removing this first error induces a second source
554- of error...
554+ of error.
555555
556556The second problem is that it `` takes a while'' from when an event is
557557dispatched until the profiler's call to get the time actually
0 commit comments