projects
/
helloworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
26c18d7
)
fixed typo
master
author
root
<root@localhost>
Sun, 19 Dec 2010 17:49:04 +0000 (17:49 +0000)
committer
root
<root@localhost>
Sun, 19 Dec 2010 17:49:04 +0000 (17:49 +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():
- print "hello wordl"
+ print "hello world"
if __name__ == "__main__":
main()
Revision Control Appliance
- Powered by
TurnKey Linux