Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing indentation as in example #278

Open
bagustris opened this issue Apr 5, 2024 · 0 comments
Open

Missing indentation as in example #278

bagustris opened this issue Apr 5, 2024 · 0 comments
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high

Comments

@bagustris
Copy link

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

@bagustris bagustris changed the title Missin indentation as in example Missing indentation as in example Apr 5, 2024
@github-actions github-actions bot added the fresh This is a new issue label Apr 5, 2024
@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: convention Relates to docstring format convention and removed fresh This is a new issue labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high
Projects
None yet
Development

No branches or pull requests

2 participants