Skip to content

Commit 23fad46

Browse files
committed
Fixed accidental paste typo
1 parent fdc24bf commit 23fad46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,7 @@ def do_edit(self, args: argparse.Namespace) -> None:
33923392

33933393
command = utils.quote_string_if_needed(os.path.expanduser(self.editor))
33943394
if args.file_path:
3395-
command += " " + utils.quote_string_if_needed(os.path.expaclass nduser(args.file_path))
3395+
command += " " + utils.quote_string_if_needed(os.path.expanduser(args.file_path))
33963396

33973397
self.do_shell(command)
33983398

0 commit comments

Comments
 (0)