diff helloworld.py @ 1:ad2f9d09081c

fixed typo
author root@localhost
date Tue, 15 Oct 2013 16:19:02 +0000
parents ec34e65015d9
children
line wrap: on
line diff
--- a/helloworld.py	Tue Oct 15 16:19:00 2013 +0000
+++ b/helloworld.py	Tue Oct 15 16:19:02 2013 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 def main():
-    print "hello wordl"
+    print "hello world"
 
 if __name__ == "__main__":
     main()