]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PyPlot.py
fixed compile error
[wxWidgets.git] / wxPython / demo / PyPlot.py
index ac2c19205ceae61a9680e522f515d55ff408534b..2281057b76f3e6ba90dee11d00a30d19d9c12637 100644 (file)
@@ -60,7 +60,7 @@ come with the class itself.
         
     <li>Print
     
         
     <li>Print
     
-        <p>Suprise! It prints the current plot to your printer! :-)
+        <p>Surprise! It prints the current plot to your printer! :-)
         
     <li>Save Plot
     
         
     <li>Save Plot
     
@@ -106,5 +106,5 @@ come with the class itself.
 if __name__ == '__main__':
     import sys,os
     import run
 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:])