X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60d8ee3953ea7d33674ff2264023673a7caddf69..2706d2fedee4cfc34ba0c838bd157bc0d9718ce1:/wxPython/demo/PyPlot.py?ds=sidebyside diff --git a/wxPython/demo/PyPlot.py b/wxPython/demo/PyPlot.py index ac2c19205c..2281057b76 100644 --- a/wxPython/demo/PyPlot.py +++ b/wxPython/demo/PyPlot.py @@ -60,7 +60,7 @@ come with the class itself.
  • Print -

    Suprise! It prints the current plot to your printer! :-) +

    Surprise! It prints the current plot to your printer! :-)

  • Save Plot @@ -106,5 +106,5 @@ come with the class itself. if __name__ == '__main__': import sys,os import run - run.main(['', os.path.basename(sys.argv[0])]) + run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])