Skip to content

Commit b5ab54a

Browse files
authored
Update 07-command_line.md
1 parent 5f06914 commit b5ab54a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_episodes/07-command_line.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ objectives:
88
- "Make code executable from the Linux command line."
99
- "Use argparse to accept user inputs."
1010
keypoints:
11-
- "You must `import sys` in your code to accept user arguments."
12-
- "The name of the script itself is always `sys.argv[0]` so the first user input is normally `sys.argv[1]`."
11+
- "You must `import argpaarse` in your code to accept user arguments."
1312
---
1413
## Creating and running a python input file
1514

0 commit comments

Comments
 (0)