Skip to content

Commit

Permalink
[#2345] Correct a comment in schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed May 3, 2012
1 parent 63a8010 commit e8bd3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/schema.py
Expand Up @@ -93,7 +93,7 @@ def default_tags_schema():

def default_create_tag_schema():
schema = default_tags_schema()
# When creating a tag via the create_tag() logic action function, a
# When creating a tag via the tag_create() logic action function, a
# vocabulary_id _must_ be given (you cannot create free tags via this
# function).
schema['vocabulary_id'] = [not_missing, not_empty, unicode,
Expand Down

0 comments on commit e8bd3b4

Please sign in to comment.