Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6edcb47

Browse files
tacaswellQuLogic
andauthored
DOC: windows not widows
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent bfa3589 commit 6edcb47

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/pyplot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def isinteractive():
359359
ioff : disable interactive mode
360360
361361
show : show windows (and maybe block)
362-
pause : show widows, run GUI event loop, and block for a time
362+
pause : show windows, run GUI event loop, and block for a time
363363
"""
364364
return matplotlib.is_interactive()
365365

@@ -374,7 +374,7 @@ def ioff():
374374
isinteractive : query current state
375375
376376
show : show windows (and maybe block)
377-
pause : show widows, run GUI event loop, and block for a time
377+
pause : show windows, run GUI event loop, and block for a time
378378
"""
379379
matplotlib.interactive(False)
380380
uninstall_repl_displayhook()
@@ -390,7 +390,7 @@ def ion():
390390
isinteractive : query current state
391391
392392
show : show windows (and maybe block)
393-
pause : show widows, run GUI event loop, and block for a time
393+
pause : show windows, run GUI event loop, and block for a time
394394
"""
395395
matplotlib.interactive(True)
396396
install_repl_displayhook()

0 commit comments

Comments
 (0)