Skip to content

Commit b89040d

Browse files
committed
Fix tiny typo.
1 parent c85adac commit b89040d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_billioners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def display_billionaires(forbes_billionaires: list[dict[str, str]]) -> None:
5858
"""Display Forbes real time billionaires in a rich table.
5959
6060
Args:
61-
forbes_billionaires (dict): Forbes top 10 real time billionaires
61+
forbes_billionaires (list): Forbes top 10 real time billionaires
6262
"""
6363

6464
table = rich_table.Table(

0 commit comments

Comments
 (0)