.. _invalid-character-zero-width-space:

invalid-character-zero-width-space / E2515
==========================================

**Message emitted:**

``Invalid unescaped character zero-width-space, use "\u200B" instead.``

**Description:**

*Invisible space character could hide real code execution.*

**Problematic code:**

.. literalinclude:: /data/messages/i/invalid-character-zero-width-space/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/i/invalid-character-zero-width-space/good.py
   :language: python





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