Skip to content

Commit

Permalink
[#2095] Fix another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Nov 28, 2014
1 parent 67a4e42 commit 670d1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/action/update.py
Expand Up @@ -620,7 +620,7 @@ def group_update(context, data_dict):
'''
# Callers that set context['allow_partial_update'] = True can choose to not
# to specify particular keys and they will be left at their existing
# specify particular keys and they will be left at their existing
# values. This includes: packages, users, groups, tags, extras
return _group_or_org_update(context, data_dict)

Expand All @@ -643,7 +643,7 @@ def organization_update(context, data_dict):
'''
# Callers that set context['allow_partial_update'] = True can choose to not
# to specify particular keys and they will be left at their existing
# specify particular keys and they will be left at their existing
# values. This includes: users, groups, tags, extras
return _group_or_org_update(context, data_dict, is_org=True)

Expand Down

0 comments on commit 670d1bd

Please sign in to comment.