docstring-expand
DocsProse expands a one-line
The docs rules read against the PEP 257 docstring set discovered by the Docstring walker and reshape the body, the quote placement, or both. Description prose between the opening """ and the first section heading reads against docstring-line-length (default 76), while every Title-case-headed section that follows reads against code-line-length (default 88) or both collapse to one budget when docstring-structured-policy = "docstring-line-length".
Prose expands a one-line
Prose drops a multi-line
Prose wraps multi-line
For the docstring-budget duality and the docstring-structured-policy knob, see the Configuration reference. For the walker that finds every docstring in source order, see the Docstring primitive page.