Skip to content

Commit 9392698

Browse files
committed
Merge pull request realpython#3 from staranjeet/master
grammatical error : remove_all_pyc.md
2 parents 160b68c + 44a9b7d commit 9392698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_remove_all_pyc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ To recursively remove all those pesky *.pyc* files from a git repo, run this com
66
$ find . -name "*.pyc" -exec git rm -f {} \;
77
```
88

9-
Then make sure to add a *.gitignore* and the root of the repo and add the line: `*.pyc`
9+
Then make sure to add a *.gitignore* in the root of the repo and add the line: `*.pyc`

0 commit comments

Comments
 (0)