projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8760f57
)
Add missing full-stop.
author
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 19:47:49 +0000
(21:47 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 19:48:09 +0000
(21:48 +0200)
naja/actions.py
patch
|
blob
|
history
diff --git
a/naja/actions.py
b/naja/actions.py
index 4064947648abb1bd4205a20fb0ed7b455a36af85..89c43f81abb049f42923658d7f0cc9763ab5535e 100644
(file)
--- a/
naja/actions.py
+++ b/
naja/actions.py
@@
-170,7
+170,7
@@
class GenericBits(LocationAction):
parts.append("Lose {HEALTH}.")
for template, bits in [
('Set %s.', self.set_bits), ('Clear %s.', self.clear_bits),
- ('Toggle %s', self.toggle_bits)]:
+ ('Toggle %s
.
', self.toggle_bits)]:
if bits:
parts.append(template % (bit_glyphs(bits)))
if self.once: