diff options
| author | 2024-08-05 15:46:18 +0800 | |
|---|---|---|
| committer | 2026-03-13 08:44:04 +0300 | |
| commit | 57d26306cf155c6e1e0f3f1fed730b53a51ac991 (patch) | |
| tree | 79e73b6b413bd550b2c8ef5ba6f0658ee78329f3 /src | |
| parent | 0a7a60f1d6b010f36f55dfeb273cb1dc8af9e45d (diff) | |
| download | ipm-57d26306cf155c6e1e0f3f1fed730b53a51ac991.tar.gz ipm-57d26306cf155c6e1e0f3f1fed730b53a51ac991.zip | |
fix: modify comments in const.py
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/const.py | 2 |
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 |