Add missing full-stop.
[naja.git] / naja / actions.py
index 4064947648abb1bd4205a20fb0ed7b455a36af85..89c43f81abb049f42923658d7f0cc9763ab5535e 100644 (file)
@@ -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: