From: root Date: Sun, 19 Dec 2010 17:49:04 +0000 (+0000) Subject: fixed typo X-Git-Url: http://54.37.36.48/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=helloworld.git fixed typo --- diff --git a/helloworld.py b/helloworld.py index f0dc9af..0893519 100755 --- a/helloworld.py +++ b/helloworld.py @@ -1,7 +1,7 @@ #!/usr/bin/python def main(): - print "hello wordl" + print "hello world" if __name__ == "__main__": main()