# HG changeset patch # User Thierry Florac # Date 1497873834 -7200 # Node ID ea6759f5c279c15365ad38bf748fc8bcdf6854ff # Parent da68d40a1a49cedb210d7c3a3b2c8466622f0600 Updated docstring diff -r da68d40a1a49 -r ea6759f5c279 src/pyams_utils/tales.py --- a/src/pyams_utils/tales.py Wed Jun 07 10:46:39 2017 +0200 +++ b/src/pyams_utils/tales.py Mon Jun 19 14:03:54 2017 +0200 @@ -94,7 +94,7 @@ class ExtensionExpr(ContextExprMixin, StringExpr): """extension: TALES expression - This expression can be used a call a custom named adapter providing ITALESExtension interface. + This expression can be used to call a custom named adapter providing ITALESExtension interface. """ transform = Symbol(render_extension)