changeset 1:6f2dbfdbc599 tip
fixed typo
author |
root@localhost |
date |
Tue, 15 Oct 2013 16:19:45 +0000 (2013-10-15) |
parents |
0ba69df2337d |
children |
|
files |
helloworld.py |
diffstat |
1 files changed, 1 insertions(+), 1 deletions(-)
[+]
|
line diff
1.1 --- a/helloworld.py Tue Oct 15 16:19:42 2013 +0000
1.2 +++ b/helloworld.py Tue Oct 15 16:19:45 2013 +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()