We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 160b68c + 44a9b7d commit 9392698Copy full SHA for 9392698
01_remove_all_pyc.md
@@ -6,4 +6,4 @@ To recursively remove all those pesky *.pyc* files from a git repo, run this com
6
$ find . -name "*.pyc" -exec git rm -f {} \;
7
```
8
9
-Then make sure to add a *.gitignore* and the root of the repo and add the line: `*.pyc`
+Then make sure to add a *.gitignore* in the root of the repo and add the line: `*.pyc`
0 commit comments