Skip to content

Commit

Permalink
Merge pull request #758 from nherriot/relativedelta_doc_typo
Browse files Browse the repository at this point in the history
Relativedelta doc typo
  • Loading branch information
pganssle committed Jun 18, 2018
2 parents 737ed6b + 5660920 commit af72d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ switch, and thus all their contributions are dual-licensed.
- Michael Aquilina <michaelaquilina@MASKED> (gh: @MichaelAquilina)
- Michael J. Schultz <mjschultz@MASKED>
- Mike Gilbert <floppym@MASKED>
- Nicholas Herrriot <Nicholas.Herriot@gmail.com> **D**
- Nick Smith <nick.smith@MASKED>
- Orson Adams <orson.network@MASKED> (gh: @parsethis)
- Paul Ganssle <paul@ganssle.io> (gh: @pganssle) **R**
Expand Down
1 change: 1 addition & 0 deletions changelog.d/758.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a broken doctest in the relativedelta module. Fixed by @nherriot (gh pr #758).
2 changes: 1 addition & 1 deletion dateutil/relativedelta.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def normalized(self):
values for the relative attributes.
>>> relativedelta(days=1.5, hours=2).normalized()
relativedelta(days=1, hours=14)
relativedelta(days=+1, hours=+14)
:return:
Returns a :class:`dateutil.relativedelta.relativedelta` object.
Expand Down

0 comments on commit af72d0d

Please sign in to comment.