.. _duplicate-key: duplicate-key / W0109 ===================== **Message emitted:** ``Duplicate key %r in dictionary`` **Description:** *Used when a dictionary expression binds the same key multiple times.* **Problematic code:** .. literalinclude:: /data/messages/d/duplicate-key/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/d/duplicate-key/good.py :language: python **Related links:** - `Python Dictionaries `_ - `Mapping Types — dict `_ Created by the `basic `__ checker.