Skip to content

Commit

Permalink
ERR: doc update for ParsingError (pandas-dev#25414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirmohanraj authored and Pingviinituutti committed Feb 28, 2019
1 parent 263ec0b commit 72ddc11
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 72ddc11

Please sign in to comment.