Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Finish merging pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
sfllaw committed Feb 8, 2013
2 parents 3516ac6 + a27ace2 commit b937a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grandfatherson/__init__.py
Expand Up @@ -65,7 +65,7 @@
To see which files should be deleted, use the ``dates_to_delete``
function::
>>> from grandfatherson import dates_to_keep, SATURDAY
>>> from grandfatherson import dates_to_delete, SATURDAY
>>> sorted(dates_to_delete(backups, days=7, weeks=4, months=3,
... firstweekday=SATURDAY, now=now))
[datetime.date(1999, 1, 1),
Expand Down

0 comments on commit b937a10

Please sign in to comment.