Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e05c3e0

Browse files
committed
fix markup nits
1 parent 4ac6c6a commit e05c3e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libprofile.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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}}
365365
This class constructor creates an instance of a ``statistics object''
366366
from a \var{filename} (or set of filenames). \class{Stats} objects are
367367
manipulated 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}}
402402
This method of the \class{Stats} class accumulates additional
403403
profiling information into the current profiling object. Its
404404
arguments 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}}
419419
This method modifies the \class{Stats} object by sorting it according
420420
to the supplied criteria. The argument is typically a string
421421
identifying the basis of a sort (example: \code{'time'} or
@@ -551,7 +551,7 @@ \section{Limitations \label{profile-limits}}
551551
measurements will be more accurate than the underlying clock. If
552552
enough measurements are taken, then the ``error'' will tend to average
553553
out. Unfortunately, removing this first error induces a second source
554-
of error...
554+
of error.
555555

556556
The second problem is that it ``takes a while'' from when an event is
557557
dispatched until the profiler's call to get the time actually

0 commit comments

Comments
 (0)