Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 09b4571

Browse files
committed
a
1 parent 965063a commit 09b4571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python3_pip_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def replace_in_file(file_path: Path, text_from: str, text_to: str):
112112
if child.suffix in CHANGE_SUFFIXES and child.name not in IGNORE_FILES:
113113
text = replace_text(child.read_text())
114114
child.write_text(text)
115-
# Replace the file, ignoring line numbers
115+
# Replace the file, ignoring text between specified substrings
116116
elif (
117117
child.suffix in CHANGE_SUFFIXES
118118
and child.name in IGNORE_FILES

0 commit comments

Comments
 (0)