Fix header utility docstring (#6444)

This commit is contained in:
Kreusada
2024-09-01 23:51:14 +01:00
committed by GitHub
parent 05cf9b7f39
commit f3c89ad8bd

View File

@@ -68,7 +68,7 @@ def header(text: str, size: Literal["small", "medium", "large"]) -> str:
----------
text : str
The text for the header.
url : Literal['small', 'medium', 'large']
size : Literal['small', 'medium', 'large']
The size of the header ('small', 'medium' or 'large')
Returns