Skip to content

Commit acda02e

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #23137: DOC fix typo
1 parent 3e5b4a0 commit acda02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/explain/interactive_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ to call `~.FigureCanvasBase.draw_idle` to request that the canvas be
287287
re-drawn. This method can be thought of *draw_soon* in analogy to
288288
`asyncio.loop.call_soon`.
289289

290-
We can add this our example above as ::
290+
We can add this to our example above as ::
291291

292292
def slow_loop(N, ln):
293293
for j in range(N):

0 commit comments

Comments
 (0)