File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1204,14 +1204,14 @@ def single_shot(self, ss):
12041204
12051205 def add_callback (self , func , * args , ** kwargs ):
12061206 '''
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* .
12091209 '''
12101210 self .callbacks .append ((func , args , kwargs ))
12111211
12121212 def remove_callback (self , func , * args , ** kwargs ):
12131213 '''
1214- Remove ` func` from list of callbacks. ` args` and ` kwargs` are optional
1214+ Remove * func* from list of callbacks. * args* and * kwargs* are optional
12151215 and used to distinguish between copies of the same function registered
12161216 to be called with different arguments.
12171217 '''
You can’t perform that action at this time.
0 commit comments