aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <leader@hydroroll.team>2024-08-05 15:46:18 +0800
committerGitHub <noreply@github.com>2024-08-05 15:46:18 +0800
commit44df3febf8d18a543943a1a9f273053ff52e5081 (patch)
tree8b967fe1a1ed9a0c761833f55dc953ac75a77d06
parent0a7a60f1d6b010f36f55dfeb273cb1dc8af9e45d (diff)
downloadipm-main.tar.gz
ipm-main.zip
fix: modify comments in const.pyHEADmain
-rw-r--r--src/ipm/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipm/const.py b/src/ipm/const.py
index b8dc092..eff51c9 100644
--- a/src/ipm/const.py
+++ b/src/ipm/const.py
@@ -16,7 +16,7 @@ ATTENTIONS = (
"This file is @generated by IPM.",
"It is not intended for manual editing.",
)
-GITIGNORE = """# Initialized `.gitignores` @generated by IPM.
+GITIGNORE = """# Initialized `.gitignore` @generated by IPM.
# Python
__pycache__/
*.pyc