Skip to content

Missing indentation as in example #278

@bagustris

Description

@bagustris

I follow the example in the readme,

Intead of getting this,

def launch_rocket():
    """Launch the rocket.

    Go colonize space.
    """

I got this (no change) ,

def launch_rocket():
    """Launch
the
rocket. Go colonize space."""
 """

Command used: docformatter --in-place example.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: conventionRelates to docstring format conventionP: enhancementFeature that is outside the scope of PEP 257U: mediumA relatively medium urgency issuecommunity feedbackIssue is tracking feedback from the docformatter community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions