HuyaneMatsu / scarletio

Asynchronous blackmagic & Witchcraft
Other
14 stars 1 forks source link

Console breaks when defining docstring. #17

Closed HuyaneMatsu closed 1 year ago

HuyaneMatsu commented 1 year ago

Console renders docstrings incorrectly. Potentially related to the highlighter.

The bug shows up while typing this:

class Pepe:
    """
    The frog.
    """
HuyaneMatsu commented 1 year ago

Fixed. 🚀