From 5c8033044a6302e27a60f2277938f5b7ce2f9332 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Oct 2013 16:18:55 +0000 Subject: [PATCH] fixed typo --- helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.1.4