Fix PEP8, line lengths for comments

This commit is contained in:
Rishabh Raj
2014-04-13 13:11:45 +05:30
parent a53f880256
commit 07970bd0b0
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ def write_example(src_name, src_dir, rst_dir, cfg):
ipnotebook_name = './notebook/' + ipnotebook_name
example_rst += NOTEBOOK_LINK.format(ipnotebook_name)
f = open(rst_path,'w')
f = open(rst_path, 'w')
f.write(example_rst)
f.flush()