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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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