Skip to content

Commit 1cb2f38

Browse files
committed
docstring formatting fix
1 parent c03544d commit 1cb2f38

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,12 @@ def new_timer(self, *args, **kwargs):
383383
384384
optional arguments:
385385
386-
*interval* Timer interval in milliseconds *callbacks* Sequence
387-
of (func, args, kwargs) where func(*args, **kwargs) will be
388-
executed by the timer every *interval*.
386+
*interval*
387+
Timer interval in milliseconds
388+
389+
*callbacks*
390+
Sequence of (func, args, kwargs) where func(*args, **kwargs)
391+
will be executed by the timer every *interval*.
389392
390393
"""
391394
return TimerQT(*args, **kwargs)

0 commit comments

Comments
 (0)