Skip to content

Commit a4fbf6b

Browse files
committed
ruff
1 parent 038b1ff commit a4fbf6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webtools/markup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def to_id(txt: str) -> str:
2424
out = out.replace('"', "")
2525
return out
2626

27+
2728
def cap_first(txt: str) -> str:
2829
"""Captialise first letter.
2930

0 commit comments

Comments
 (0)