diff options
author | amigcamel <amigcamel@gmail.com> | 2018-08-27 00:35:37 +0800 |
---|---|---|
committer | amigcamel <amigcamel@gmail.com> | 2018-08-27 00:35:37 +0800 |
commit | e675c00b8cbfa6121001a8c76309adb6326c62d8 (patch) | |
tree | 076fcc4e56ff9e326c97e8b41d37fbd85ffb8966 /Python.gitignore | |
parent | c04384de495ee11fe16e091a447cd0e04182da29 (diff) | |
download | gitignore-e675c00b8cbfa6121001a8c76309adb6326c62d8.tar.gz gitignore-e675c00b8cbfa6121001a8c76309adb6326c62d8.zip |
fix typo: should be profile_default instead of default_profile
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore index 796d7df0..a16ece1f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,7 +73,7 @@ target/ .ipynb_checkpoints # IPython -default_profile/ +profile_default/ ipython_config.py # pyenv |