Skip to content

Conversation

@chessbr
Copy link
Contributor

@chessbr chessbr commented Dec 20, 2016

The order of the line break was wrong

Description

When docstrings were like:

retrieve: fetches some data.
Also the data will be formatted.
create: creates more data.
Take care of format

The generated string was:

retrieve: fetches some data.Also the data will be formatted.
 

Instead of

retrieve: fetches some data.
Also the data will be formatted.

The order of the line break was wrong
@lovelydinosaur
Copy link
Contributor

Great stuff, thanks!

Looks like one of the travis jobs hung. Have tried restarting it now. Should be good to merge once that's complete.

@lovelydinosaur lovelydinosaur merged commit f38734e into encode:master Dec 20, 2016
@lovelydinosaur lovelydinosaur added this to the 3.5.4 Release milestone Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants