Skip to content

Commit

Permalink
Merge pull request #40 from swmcc/master
Browse files Browse the repository at this point in the history
Fixed a minor documentation error for the course.recurrences.after code ...
  • Loading branch information
dominicrodger committed Apr 23, 2015
2 parents ef84b59 + 393fbcc commit ec94b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/recurrence_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ don't want that behaviour, you'll probably want to specify
# Get the first course on or after 1st January 2010
course.recurrences.after(
datetime(2010, 1, 1, 0, 0, 0),
inc=True
inc=True,
dtstart=datetime(2010, 1, 1, 0, 0, 0),
)
Expand Down

0 comments on commit ec94b32

Please sign in to comment.