projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327ce96
)
Typo fix.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 22 Feb 2012 02:33:49 +0000
(21:33 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 22 Feb 2012 02:33:49 +0000
(21:33 -0500)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index 34a2236dd3955f28eec9cb14a3a86957cee6fa68..f76f1a2f27b395e0c25b91201dc3878eca53d09a 100755
(executable)
--- a/
sst.py
+++ b/
sst.py
@@
-141,7
+141,7
@@
class Planet:
self.pclass = None # could be ""M", "N", "O", or "destroyed"
self.crystals = "absent"# could be "mined", "present", "absent"
self.known = "unknown" # could be "unknown", "known", "shuttle_down"
- self.inhabited = False # is it inhabite
s
?
+ self.inhabited = False # is it inhabite
d
?
def __str__(self):
return self.name