[ckan-changes] [okfn/ckan] e8bd3b: [#2345] Correct a comment in schema.py

GitHub noreply at github.com
Thu May 3 09:35:55 UTC 2012


  Branch: refs/heads/feature-2345-action-api-autodocs
  Home:   https://github.com/okfn/ckan
  Commit: e8bd3b416d75fbf7d311d4fa4177597c8c6a25a6
      https://github.com/okfn/ckan/commit/e8bd3b416d75fbf7d311d4fa4177597c8c6a25a6
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M ckan/logic/schema.py

  Log Message:
  -----------
  [#2345] Correct a comment in schema.py


diff --git a/ckan/logic/schema.py b/ckan/logic/schema.py
index 09ffe22..fdf89d5 100644
--- a/ckan/logic/schema.py
+++ b/ckan/logic/schema.py
@@ -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,


================================================================



More information about the ckan-changes mailing list