Updated docstring
authorThierry Florac <thierry.florac@onf.fr>
Wed, 15 Jun 2016 12:25:28 +0200
changeset 142 5e603a22d753
parent 141 1fa3a734453e
child 143 60f49532b262
Updated docstring
src/pyams_skin/resources.py
--- a/src/pyams_skin/resources.py	Thu Jun 02 16:34:29 2016 +0200
+++ b/src/pyams_skin/resources.py	Wed Jun 15 12:25:28 2016 +0200
@@ -36,7 +36,7 @@
 
 @adapter_config(name='resources', context=(Interface, IRequest, Interface), provides=ITALESExtension)
 class ResourcesTalesExtension(ContextRequestViewAdapter):
-    """expression:resources TALES extension"""
+    """extension:resources TALES extension"""
 
     def render(self, context=None):
         if context is None: