[ckan-changes] [okfn/ckan] a9a0c6: [xs] comment corrections

GitHub noreply at github.com
Fri Apr 20 11:53:15 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: a9a0c6964497d35a4d9c873e3adcbd930d9eebe2
      https://github.com/okfn/ckan/commit/a9a0c6964497d35a4d9c873e3adcbd930d9eebe2
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M ckan/plugins/toolkit.py

  Log Message:
  -----------
  [xs] comment corrections


diff --git a/ckan/plugins/toolkit.py b/ckan/plugins/toolkit.py
index c784eb0..3eb8983 100644
--- a/ckan/plugins/toolkit.py
+++ b/ckan/plugins/toolkit.py
@@ -21,7 +21,7 @@ class _Toolkit(object):
 
     It should not be used internally within ckan only by extensions.
 
-    Functions should only be removed from this file after reasonable
+    Functions/objects should only be removed after reasonable
     depreciation notice has been given.'''
 
     # contents should describe the available functions/objects. We check
@@ -66,7 +66,7 @@ def _initialize(self):
         import ckan.logic as logic
         import ckan.lib.cli as cli
 
-        # Allow class
+        # Allow class access to these modules
         self.__class__.ckan = ckan
         self.__class__.base = base
 


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



More information about the ckan-changes mailing list