.. _repeated-keyword:

repeated-keyword / E1132
========================

**Message emitted:**

Got multiple values for keyword argument %r in function call

**Description:**

*Emitted when a function call got multiple values for a keyword.*

**Problematic code:**

.. literalinclude:: /data/messages/r/repeated-keyword/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/r/repeated-keyword/good.py
   :language: python



Created by the `typecheck <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/typecheck.py>`__ checker.