1.1 --- a/helloworld.py Tue Oct 15 16:19:42 2013 +0000 1.2 +++ b/helloworld.py Tue Oct 15 16:19:45 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 #!/usr/bin/python 1.5 1.6 def main(): 1.7 - print "hello wordl" 1.8 + print "hello world" 1.9 1.10 if __name__ == "__main__": 1.11 main()