Skip to content

Commit

Permalink
Merge pull request #156 from awsum/patch-1
Browse files Browse the repository at this point in the history
Documentation typo fix
  • Loading branch information
pganssle committed Dec 8, 2015
2 parents 19cc14d + 966b46f commit 5dd5c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dateutil/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def parse(self, timestr, default=None, ignoretz=False, tzinfos=None,
:class:`tzinfo` is not in a valid format, or if an invalid date
would be created.
:raises OverFlowError:
:raises OverflowError:
Raised if the parsed date exceeds the largest valid C integer on
your system.
"""
Expand Down Expand Up @@ -1208,7 +1208,7 @@ def parse(timestr, parserinfo=None, **kwargs):
:class:`tzinfo` is not in a valid format, or if an invalid date
would be created.
:raises OverFlowError:
:raises OverflowError:
Raised if the parsed date exceeds the largest valid C integer on
your system.
"""
Expand Down

0 comments on commit 5dd5c9a

Please sign in to comment.