From acda02e72769eafa21cf8b2d032a45d4ad31f47c Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 25 May 2022 23:17:13 -0400 Subject: [PATCH] Backport PR #23137: DOC fix typo --- doc/users/explain/interactive_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/explain/interactive_guide.rst b/doc/users/explain/interactive_guide.rst index 76f014d7b129..b4f993bf30d1 100644 --- a/doc/users/explain/interactive_guide.rst +++ b/doc/users/explain/interactive_guide.rst @@ -287,7 +287,7 @@ to call `~.FigureCanvasBase.draw_idle` to request that the canvas be re-drawn. This method can be thought of *draw_soon* in analogy to `asyncio.loop.call_soon`. -We can add this our example above as :: +We can add this to our example above as :: def slow_loop(N, ln): for j in range(N):