docformatter
docformatter copied to clipboard
Missing indentation as in example
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