Skip to content

Commit 779ae8a

Browse files
committed
Update c03 p14
1 parent db9cee3 commit 779ae8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/c03/p14_date_range_for_current_month.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
>>> a_day = timedelta(days=1)
3636
>>> first_day, last_day = get_month_range()
3737
>>> while first_day < last_day:
38-
... print(first_day)
39-
... first_day += a_day
38+
... print(first_day)
39+
... first_day += a_day
4040
...
4141
2012-08-01
4242
2012-08-02

0 commit comments

Comments
 (0)