Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9392698

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎01_remove_all_pyc.md‎

Copy file name to clipboardExpand all lines: 01_remove_all_pyc.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.