.. _invalid-characters-in-docstring:

invalid-characters-in-docstring / C0403
=======================================

**Message emitted:**

Invalid characters %r in a docstring

**Description:**

*Used when a word in docstring cannot be checked by enchant.*


**Correct code:**

.. literalinclude:: /data/messages/i/invalid-characters-in-docstring/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


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