File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
galleries/users_explain/figure Expand file tree Collapse file tree 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
324324determine if ``draw_idle `` should be called to schedule a re-rendering
325325of the figure.
326326
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
328328with the signature ::
329329
330330 def callback(self: Artist, val: bool) -> None:
@@ -343,7 +343,7 @@ default callback is `None`. If you call `.pyplot.ion` and are not in
343343`~.backend_bases.FigureCanvasBase.draw_idle ` on any stale figures
344344after having executed the user's input, but before returning the prompt
345345to 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
347347become stale.
348348
349349
@@ -424,7 +424,7 @@ IPython / prompt_toolkit
424424With IPython >= 5.0 IPython has changed from using CPython's readline
425425based prompt to a ``prompt_toolkit `` based prompt. ``prompt_toolkit ``
426426has 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 `
428428method. The source for the ``prompt_toolkit `` input hooks lives at
429429``IPython.terminal.pt_inputhooks ``.
430430
You can’t perform that action at this time.
0 commit comments