fixing daterange's xrange link

This commit is contained in:
Mahmoud Hashemi 2016-05-21 00:31:21 -07:00
parent 41b2baceed
commit 04ae6c7feb
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ def strpdate(string, format):
def daterange(start, stop, step=1, inclusive=False):
"""In the spirit of :func:`range` and :class:`xrange`, the `daterange`
"""In the spirit of :func:`range` and :func:`xrange`, the `daterange`
generator that yields a sequence of :class:`~datetime.date`
objects, starting at *start*, incrementing by *step*, until *stop*
is reached.