File tree 1 file changed +3
-3
lines changed
galleries/users_explain/figure
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ with what is displayed on the screen. This is intended to be used to
324
324
determine if ``draw_idle `` should be called to schedule a re-rendering
325
325
of the figure.
326
326
327
- Each artist has a `. Artist.stale_callback ` attribute which holds a callback
327
+ Each artist has a `! Artist.stale_callback ` attribute which holds a callback
328
328
with the signature ::
329
329
330
330
def callback(self: Artist, val: bool) -> None:
@@ -343,7 +343,7 @@ default callback is `None`. If you call `.pyplot.ion` and are not in
343
343
`~.backend_bases.FigureCanvasBase.draw_idle ` on any stale figures
344
344
after having executed the user's input, but before returning the prompt
345
345
to the user. If you are not using `.pyplot ` you can use the callback
346
- `Figure.stale_callback ` attribute to be notified when a figure has
346
+ `! Figure.stale_callback ` attribute to be notified when a figure has
347
347
become stale.
348
348
349
349
@@ -424,7 +424,7 @@ IPython / prompt_toolkit
424
424
With IPython >= 5.0 IPython has changed from using CPython's readline
425
425
based prompt to a ``prompt_toolkit `` based prompt. ``prompt_toolkit ``
426
426
has the same conceptual input hook, which is fed into ``prompt_toolkit `` via the
427
- :meth: `IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook `
427
+ :meth: `! IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook `
428
428
method. The source for the ``prompt_toolkit `` input hooks lives at
429
429
``IPython.terminal.pt_inputhooks ``.
430
430
You can’t perform that action at this time.
0 commit comments