Closed rchiodo closed 1 month ago
I would hazard a guess the automatic indent is off when the literal block is found:
Here's what that docstring looks like for that parameter:
:param type\_: The column's type, indicated using an instance which
subclasses :class:`~sqlalchemy.types.TypeEngine`. If no arguments
are required for the type, the class of the type can be sent
as well, e.g.::
# use a type with arguments
Column('data', String(50))
# use no arguments
Column('level', Integer)
The ``type`` argument may be the second positional argument
or specified by keyword.
This was actually fixed.
Enabled the new
supportRestructuredText
setting and hover over a Column:The
type_
parameter formats incorrectly: