From b0390aabb9c03d193c383d44e149ba3edd54ee6d Mon Sep 17 00:00:00 2001 From: David Read Date: Mon, 17 Nov 2014 11:44:16 +0000 Subject: [PATCH] [#2006] Fix comment. --- ckan/lib/dictization/model_dictize.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ckan/lib/dictization/model_dictize.py b/ckan/lib/dictization/model_dictize.py index 1b4c2ddc92d..49f910a9ab7 100644 --- a/ckan/lib/dictization/model_dictize.py +++ b/ckan/lib/dictization/model_dictize.py @@ -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