Skip to content

Commit f971aa8

Browse files
authored
Merge pull request #23138 from meeseeksmachine/auto-backport-of-pr-23137-on-v3.5.x
Backport PR #23137 on branch v3.5.x (DOC fix typo)
2 parents 3e5b4a0 + acda02e commit f971aa8

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)