Open
Description
It's not the fist time I come across this, but it looks like project regularly forget the blank line between Parameters and Return, leading to the Returns section being merged into Parameters.
That would likely need to update _read_to_next_section
to use extra heuristics than read_to_next_empty_line
,
Only checking for lines with ------, or ====== might not be sufficient as this also would match tracebacks.
Carreau/velin#14 for reference.
Metadata
Metadata
Assignees
Labels
No labels