From f47a1a9d277b8ff0fe64cc3b83ce23fa4e68cb70 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 25 May 2012 16:10:32 +0900 Subject: [PATCH] fix 'ahead by two days' example --- anki/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/consts.py b/anki/consts.py index e18e63b8f..a425b04fa 100644 --- a/anki/consts.py +++ b/anki/consts.py @@ -91,7 +91,7 @@ def dynExamples(): [_("Review today's forgotten cards"), dict( search="rated:1:1", order=4)], [_("Review ahead by two days"), dict( - search="prop:due<2", order=6)], + search="prop:due<=2", order=6)], [_("Study all cards in random order"), dict( search="", order=1, steps="1 10")], [_("Review due cards with tag 'important'"), dict(