File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -387,15 +387,12 @@ In general Matplotlib is not thread safe. If you are going to update
387387sure that you are locking in the critical sections.
388388
389389
390- The Weeds
391- =========
392-
393390
394391Eventloop integration mechanism
395- -------------------------------
392+ ===============================
396393
397394CPython / readline
398- ~~~~~~~~~~~~~~~~~~
395+ ------------------
399396
400397The python capi provides a hook, :c:var: `PyOS_InputHook `, to register a
401398function to be run "The function will be called when Python's
@@ -422,7 +419,7 @@ is the recommended method of integrating Matplotlib and a prompt.
422419
423420
424421IPython / prompt toolkit
425- ~~~~~~~~~~~~~~~~~~~~~~~~
422+ ------------------------
426423
427424With IPython >= 5.0 IPython has changed from using cpython's readline
428425based prompt to a ``prompt_toolkit `` based prompt. ``prompt_toolkit ``
You can’t perform that action at this time.
0 commit comments