8000 Doc markup fixes. · matplotlib/matplotlib@c3f6263 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3f6263

Browse files
committed
Doc markup fixes.
1 parent f68063e commit c3f6263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
'''

0 commit comments

Comments
 (0)
0