helloworld

changeset 1:00eeb3a50d42 tip

fixed typo
author root@localhost
date Sat Aug 11 04:53:15 2012 +0000 (2012-08-11)
parents 36a61c4df514
children
files helloworld.py
line diff
     1.1 --- a/helloworld.py	Sat Aug 11 04:53:13 2012 +0000
     1.2 +++ b/helloworld.py	Sat Aug 11 04:53:15 2012 +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()