Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: http://coltrane-blog.googlecode.com/svn/trunk@47 5f8205a5-902a-0410-8b63-8f478ce83d95
  • Loading branch information
ubernostrum committed Aug 19, 2007
1 parent ac2c4bc commit ab7cb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def category_archive_month(request, slug, year, month, **kwargs):
kwarg_dict = _category_kwarg_helper(category, kwargs)
return date_based.archive_month(request,
year=year,
month=month
month=month,
queryset=category.live_entry_set,
date_field='pub_date',
template_name='coltrane/category_archive_month.html',
Expand Down

0 comments on commit ab7cb84

Please sign in to comment.