Skip to content

Commit

Permalink
DOC: Fix diction: "e.g." -> "i.e." (#59047)
Browse files Browse the repository at this point in the history
Fix diction: "e.g." -> "i.e."

"e.g." means "for example", "i.e." means "that is"
  • Loading branch information
wjandrea committed Jun 19, 2024
1 parent a4c9446 commit c46fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ def read_html(
**after** `skiprows` is applied.
This function will *always* return a list of :class:`DataFrame` *or*
it will fail, e.g., it will *not* return an empty list.
it will fail, i.e., it will *not* return an empty list.
Examples
--------
Expand Down

0 comments on commit c46fb76

Please sign in to comment.