Skip to content

Commit c011147

Browse files
jspaezpDanielNoord
andauthored
Update pydocstringformatter/_utils/issue_template.py
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1 parent 51b9376 commit c011147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pydocstringformatter/_utils/issue_template.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ def create_gh_issue_template(
2222
msg = f"""
2323
Conflicting formatters: {", ".join(formatters)}
2424
"""
25-
diff = "Diff too intricate to compute for this"
26-
diff += f" number of formatters ({len(formatter_names)})"
25+
diff = f"Diff too intricate to compute for {len(formatter_names)} formatters."
2726
else:
2827
if len(formatter_names) == 2:
2928
msg = f"""

0 commit comments

Comments
 (0)