Skip to content

Commit 5557e36

Browse files
sudhirmohanrajgfyoung
authored andcommitted
ERR: doc update for ParsingError (#25414)
Closes gh-22881
1 parent 15d8178 commit 5557e36

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)