Skip to content

Commit

Permalink
[#2006] Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Nov 17, 2014
1 parent f6fb893 commit b0390aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ckan/lib/dictization/model_dictize.py
Expand Up @@ -179,9 +179,8 @@ def package_dictize(pkg, context):
'''
Given a Package object, returns an equivalent dictionary.
Normally this is the current revision (most recent moderated version), but
you can provide revision_id or revision_date in the context and it will
filter to an earlier time.
Normally this is the most recent version, but you can provide revision_id
or revision_date in the context and it will filter to an earlier time.
May raise NotFound if:
* the specified revision_id doesn't exist
Expand Down

0 comments on commit b0390aa

Please sign in to comment.