Skip to content

Commit 8819769

Browse files
authored
fix: rename exception section to exceptions (#262)
1 parent 194fbb9 commit 8819769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_guideline_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def norm(value: str) -> str:
7373
exception_section = ""
7474
if exceptions and exceptions.strip():
7575
exception_section = f"""
76-
**Exception**
76+
**Exceptions**
7777
7878
{exceptions.strip()}
7979
"""

0 commit comments

Comments
 (0)