diff options
author | Will Frey <jfrey89@gmail.com> | 2022-02-02 11:53:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 11:53:09 -0500 |
commit | eabb6717d9aa5e7d54945b5decd55ff86203067c (patch) | |
tree | 281a6d8e5886ff4e1e2106bec91716f7ba330a5a | |
parent | 8ea9c647018521ab2a9c78d630a2fb6579e16d37 (diff) | |
download | gitignore-eabb6717d9aa5e7d54945b5decd55ff86203067c.tar.gz gitignore-eabb6717d9aa5e7d54945b5decd55ff86203067c.zip |
Update Python.gitignore
Fix a typo: `maintainted` to `maintained`
-rw-r--r-- | Python.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python.gitignore b/Python.gitignore index d9005f2c..de2d5e08 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -145,7 +145,7 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. |