Skip to content

Commit

Permalink
Add additional newline to paragraph text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchantastic committed Nov 3, 2021
1 parent 3dd5703 commit a5c931e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lipsum.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def lipsum(type):
return lorem.get_sentence(count)

elif type == 'paragraphs':
return lorem.get_paragraph(count)
return lorem.get_paragraph(count, '\n\n')

else:
return lorem.get_sentence(count)
Expand Down

0 comments on commit a5c931e

Please sign in to comment.