-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
C: conventionRelates to docstring format conventionRelates to docstring format conventionP: enhancementFeature that is outside the scope of PEP 257Feature that is outside the scope of PEP 257U: mediumA relatively medium urgency issueA relatively medium urgency issuecommunity feedbackIssue is tracking feedback from the docformatter communityIssue is tracking feedback from the docformatter community
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: conventionRelates to docstring format conventionRelates to docstring format conventionP: enhancementFeature that is outside the scope of PEP 257Feature that is outside the scope of PEP 257U: mediumA relatively medium urgency issueA relatively medium urgency issuecommunity feedbackIssue is tracking feedback from the docformatter communityIssue is tracking feedback from the docformatter community