From: root Date: Tue, 15 Oct 2013 16:18:55 +0000 (+0000) Subject: fixed typo X-Git-Url: http://cvs.surbana.tech/git/?a=commitdiff_plain;h=5c8033044a6302e27a60f2277938f5b7ce2f9332;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()