mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-27 11:27:08 +08:00
Fix PEP8, line lengths for comments
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user