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
I follow the example in the readme,
Intead of getting this,
I got this (no change) ,
Command used:
docformatter --in-place example.py