Skip to content

Commit 983cd9b

Browse files
committed
Fix pre-commit hooks
1 parent 98c1cb3 commit 983cd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options/tag_formatter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ name and return a properly formatted one:
5757
if match:
5858
return match.group("tag")
5959
60-
# just left properly named tages intact
60+
# just left properly named tags intact
6161
if name.startswith("v"):
6262
return name
6363

0 commit comments

Comments
 (0)