Skip to content

Commit

Permalink
ERR: doc update for ParsingError (#25414)
Browse files Browse the repository at this point in the history
Closes gh-22881
  • Loading branch information
sudhirmohanraj authored and gfyoung committed Feb 23, 2019
1 parent 15d8178 commit 5557e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/errors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class UnsortedIndexError(KeyError):
class ParserError(ValueError):
"""
Exception that is raised by an error encountered in `pd.read_csv`.
e.g. HTML Parsing will raise this error.
"""


Expand Down

0 comments on commit 5557e36

Please sign in to comment.