.. _too-few-format-args: too-few-format-args / E1306 =========================== **Message emitted:** ``Not enough arguments for format string`` **Description:** *Used when a format string that uses unnamed conversion specifiers is given too few arguments* **Problematic code:** .. literalinclude:: /data/messages/t/too-few-format-args/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/t/too-few-format-args/good.py :language: python **Related links:** - `String Formatting `_ Created by the `string `__ checker.