projects
/
helloworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0595bd4
)
fixed typo
master
author
root
<root@localhost>
Tue, 15 Oct 2013 16:18:55 +0000
(16:18 +0000)
committer
root
<root@localhost>
Tue, 15 Oct 2013 16:18:55 +0000
(16:18 +0000)
helloworld.py
patch
|
blob
|
history
diff --git
a/helloworld.py
b/helloworld.py
index
f0dc9af
..
0893519
100755
(executable)
--- a/
helloworld.py
+++ b/
helloworld.py
@@
-1,7
+1,7
@@
#!/usr/bin/python
def main():
#!/usr/bin/python
def main():
- print "hello wor
dl
"
+ print "hello wor
ld
"
if __name__ == "__main__":
main()
if __name__ == "__main__":
main()