Skip to content

Commit 44a9b7d

Browse files
committed
grammatical error : remove_all_pyc.md
1 parent 24d6113 commit 44a9b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_remove_all_pyc.md

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy