We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c1cb3 commit 983cd9bCopy full SHA for 983cd9b
docs/options/tag_formatter.rst
@@ -57,7 +57,7 @@ name and return a properly formatted one:
57
if match:
58
return match.group("tag")
59
60
- # just left properly named tages intact
+ # just left properly named tags intact
61
if name.startswith("v"):
62
return name
63
0 commit comments