Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6fa312

Browse files
committed
+1 linting issues
1 parent 3259a67 commit e6fa312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/core/magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def parse_options(self, arg_str, opt_str, *long_opts, **kw):
663663
if preserve_non_opts:
664664
args = remainder_arg_str.lstrip()
665665
else:
666-
args = ' '.join(args)
666+
args = " ".join(args)
667667

668668
return opts,args
669669

0 commit comments

Comments
 (0)