Skip to content

Commit d5c4eec

Browse files
committed
put a new line between two rst files
1 parent cf801da commit d5c4eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
def read_files(*files):
2525
text = ""
2626
for single_file in files:
27-
text = text + read(single_file)
27+
text = text + read(single_file) + "\n"
2828
return text
2929

3030
def read(afile):

0 commit comments

Comments
 (0)