diff options
author | Brendan Forster <brendan@github.com> | 2016-02-09 08:57:59 +1030 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-02-09 08:57:59 +1030 |
commit | f4e1169a0dd8f0e2cbf58400576db13381976faa (patch) | |
tree | 1db79b356e699066041f5576c14a73da28b3aa49 | |
parent | d6f33de188fa4fa64d742c84becad5583ce0d389 (diff) | |
parent | bcbbc6eae2d5ba533364aa697f42441c3c34db55 (diff) | |
download | gitignore-f4e1169a0dd8f0e2cbf58400576db13381976faa.tar.gz gitignore-f4e1169a0dd8f0e2cbf58400576db13381976faa.zip |
Merge pull request #1848 from austinjalexander/patch-1
fix style in Python.gitignore by adding space after #
-rw-r--r-- | Python.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore index 3762b399..51275802 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -59,7 +59,7 @@ docs/_build/ # PyBuilder target/ -#Ipython Notebook +# Ipython Notebook .ipynb_checkpoints # pyenv |