Skip to content

Commit

Permalink
Fix typo in docs about .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed May 7, 2021
1 parent b51024c commit f70bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_version_control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ in fact,
don't even want :command:`git` to show us that they are untracked.
Examples include:

* byte-compiled Python files that are stored in :file:`__pychache__/` directories,
* byte-compiled Python files that are stored in :file:`__pycache__/` directories,
or have extensions like :file:`.pyc`
* Jupyter notebook checkpoint files stored in :file:`.ipynb_checkpoints/` directories
* rendered Sphinx documentation files stored in :file:`_build/` directories
Expand Down

0 comments on commit f70bcdf

Please sign in to comment.