Skip to content

Commit 065420b

Browse files
authored
Fix typo
1 parent 9984ec1 commit 065420b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p2j/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ def main():
2222
args = parser.parse_args()
2323

2424
if args.reverse:
25-
python2jupyter(source_filename=args.source_filename,
25+
jupyter2python(source_filename=args.source_filename,
2626
target_filename=args.target_filename,
2727
overwrite=args.overwrite)
2828
else:
29-
jupyter2python(source_filename=args.source_filename,
29+
python2jupyter(source_filename=args.source_filename,
3030
target_filename=args.target_filename,
3131
overwrite=args.overwrite)
3232

0 commit comments

Comments
 (0)