diff --git a/pandas/io/html.py b/pandas/io/html.py index 42f5266e7649b..db4c5f8507946 100644 --- a/pandas/io/html.py +++ b/pandas/io/html.py @@ -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 --------