File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1204,14 +1204,14 @@ def single_shot(self, ss):
1204
1204
1205
1205
def add_callback (self , func , * args , ** kwargs ):
1206
1206
'''
1207
- Register ` func` to be called by timer when the event fires. Any
1208
- additional arguments provided will be passed to ` func` .
1207
+ Register * func* to be called by timer when the event fires. Any
1208
+ additional arguments provided will be passed to * func* .
1209
1209
'''
1210
1210
self .callbacks .append ((func , args , kwargs ))
1211
1211
1212
1212
def remove_callback (self , func , * args , ** kwargs ):
1213
1213
'''
1214
- Remove ` func` from list of callbacks. ` args` and ` kwargs` are optional
1214
+ Remove * func* from list of callbacks. * args* and * kwargs* are optional
1215
1215
and used to distinguish between copies of the same function registered
1216
1216
to be called with different arguments.
1217
1217
'''
You can’t perform that action at this time.
0 commit comments