.. _differing-type-doc: differing-type-doc / W9018 ========================== **Message emitted:** ``"%s" differing in parameter type documentation`` **Description:** *Please check parameter names in type declarations.* **Problematic code:** .. literalinclude:: /data/messages/d/differing-type-doc/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/d/differing-type-doc/good.py :language: python **Configuration file:** .. literalinclude:: /data/messages/d/differing-type-doc/pylintrc :language: ini .. note:: This message is emitted by the optional :ref:`'parameter_documentation'` checker, which requires the ``pylint.extensions.docparams`` plugin to be loaded. Created by the `parameter_documentation `__ checker.