Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreusada committed Sep 1, 2024
1 parent 05cf9b7 commit fa0a469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/utils/chat_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa0a469

Please sign in to comment.