From a1a701c34a4afa628b2704a4e4dcb6d7a7943775 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 Dec 2010 17:49:04 +0000 Subject: [PATCH] fixed typo --- helloworld.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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() -- 1.7.0.4