Skip to content

Splitting summary and following line #25

@Pierre-Sassoulas

Description

@Pierre-Sassoulas

With the following code:

    def other_inner():
        """A docstring with a sentence ending with dot. And another one
        continuing later."""

The result would be:

    def other_inner():
        """A docstring with a sentence ending with dot.

        And another one continuing later."""

Could be named SplitSummaryAndDocstringFormatter and splits on periods?

See original discussion : #23 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions