Remove unused '\n' in comments

wangkuiyi-patch-1
yuyang18 8 years ago
parent 96e4663916
commit 3571df8755

@ -76,7 +76,6 @@ def _generate_doc_string_(op_proto):
line_begin = ' {0}: '.format(_convert_(each_input.name))
buf.write(line_begin)
buf.write(escape_math(each_input.comment))
buf.write('\n')
if each_input.duplicable:
buf.write(" Duplicatable.")
if each_input.dispensable:

Loading…
Cancel
Save