Skip to content

Commit dfa0a7d

Browse files
authored
chore: fix spacing in converting README
1 parent a550bec commit dfa0a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_readme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
else:
119119
line = re.sub(u' — ', ' - ', line)
120120
if 'int_data' not in locals():
121-
int_data = {}
121+
int_data = {}
122122
int_data['bonus'] = line
123123

124124
data['emails'].append(int_data) # Last case

0 commit comments

Comments
 (0)