Skip to content

Commit c46fb76

Browse files
authored
DOC: Fix diction: "e.g." -> "i.e." (#59047)
Fix diction: "e.g." -> "i.e." "e.g." means "for example", "i.e." means "that is"
1 parent a4c9446 commit c46fb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ def read_html(
11781178
**after** `skiprows` is applied.
11791179
11801180
This function will *always* return a list of :class:`DataFrame` *or*
1181-
it will fail, e.g., it will *not* return an empty list.
1181+
it will fail, i.e., it will *not* return an empty list.
11821182
11831183
Examples
11841184
--------

0 commit comments

Comments
 (0)