Skip to content

Commit 2387472

Browse files
committed
Fix typo
1 parent a837cb2 commit 2387472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def callback(group):
128128
"args",
129129
nargs=argparse.REMAINDER,
130130
help=_(
131-
"File to extecute and additional arguments passed on to the executed script."
131+
"File to execute and additional arguments passed on to the executed script."
132132
),
133133
)
134134

0 commit comments

Comments
 (0)