manpage: remove empty line to fix formatting

The HTML rendering of this page formats the ``timeout`` section
differently, and we suspect it's because of this. (Or in other words:
wtf rst??)
This commit is contained in:
wm4 2015-03-02 19:09:51 +01:00
parent 89bc2975e9
commit fa65d657d2
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ The ``mp`` module is preloaded, although it can be loaded manually with
the timer is re-added after the function fn is run.
Returns a timer object. The timer object provides the following methods:
``stop()``
Disable the timer. Does nothing if the timer is already disabled.
This will remember the current elapsed time when stopping, so that