From: Simon Cross <hodgestar@gmail.com>
Date: Sat, 17 May 2014 19:47:49 +0000 (+0200)
Subject: Add missing full-stop.
X-Git-Tag: 0.1~34^2
X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=98f1e5d415b33e746850ec64c0cc804d38bd1bc3;p=naja.git

Add missing full-stop.
---

diff --git a/naja/actions.py b/naja/actions.py
index 4064947..89c43f8 100644
--- 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: