@@ -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