Skip to content

Commit 9e3eb1a

Browse files
author
Shakir
committed
run-code-fix
1 parent 23fefa9 commit 9e3eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/python/2020-10-25-python-ways-to-run-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $ python3 -m py_compile script.py
8484
$
8585
```
8686

87-
An empty output means the code is syntactically good. The step above would create a \__pycache__\ directory with a pyc file inside.
87+
An empty output means the code is syntactically good. The step above would create a \_\_pycache\_\_ directory with a pyc file inside.
8888
```
8989
$ ls __pycache__/
9090
script.cpython-38.pyc

0 commit comments

Comments
 (0)