Skip to content

Commit 9ac2a65

Browse files
authored
Update README.md
1 parent 4f4c241 commit 9ac2a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vim
88
```
99
python
1010
```py
11-
exec(open('my_script.py').read()) #run python script from cli
11+
exec(open('my_script.py').read()) #run python script from shell
1212
```
1313

1414
## Python

0 commit comments

Comments
 (0)