We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fefa9 commit 9e3eb1aCopy full SHA for 9e3eb1a
_posts/python/2020-10-25-python-ways-to-run-code.md
@@ -84,7 +84,7 @@ $ python3 -m py_compile script.py
84
$
85
```
86
87
-An empty output means the code is syntactically good. The step above would create a \__pycache__\ directory with a pyc file inside.
+An empty output means the code is syntactically good. The step above would create a \_\_pycache\_\_ directory with a pyc file inside.
88
89
$ ls __pycache__/
90
script.cpython-38.pyc
0 commit comments