Skip to content

Commit 8725373

Browse files
committed
DOC fix typo
1 parent 0cb8377 commit 8725373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ magic command::
155155
1 0.000 0.000 0.000 0.000 nmf.py:337(__init__)
156156
1 0.000 0.000 1.681 1.681 nmf.py:461(fit)
157157

158-
The ``tottime`` columns is the most interesting: it gives to total time spent
158+
The ``tottime`` column is the most interesting: it gives to total time spent
159159
executing the code of a given function ignoring the time spent in executing the
160160
sub-functions. The real total time (local code + sub-function calls) is given by
161161
the ``cumtime`` column.

0 commit comments

Comments
 (0)