Skip to content

Commit 72ddc11

Browse files
sudhirmohanrajPingviinituutti
authored andcommitted
ERR: doc update for ParsingError (pandas-dev#25414)
Closes pandas-devgh-22881
1 parent 263ec0b commit 72ddc11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/errors/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ class UnsortedIndexError(KeyError):
3232
class ParserError(ValueError):
3333
"""
3434
Exception that is raised by an error encountered in `pd.read_csv`.
35+
36+
e.g. HTML Parsing will raise this error.
3537
"""
3638

3739

0 commit comments

Comments
 (0)