DOC: Fix diction: "e.g." -> "i.e." (#59047) · pandas-dev/pandas@c46fb76 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1178,7 +1178,7 @@ def read_html( | ||
| 1178 | 1178 | **after** `skiprows` is applied. |
| 1179 | 1179 | |
| 1180 | 1180 | 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. | |
| 1182 | 1182 | |
| 1183 | 1183 | Examples |
| 1184 | 1184 | -------- |