[svn] removed template plugin (buffet == broken) and added support for unused python...
[jinja2.git] / jinja / filters.py
index 481f9f5bccab712483bd52fdeb4f0d647c67e163..be32113d201ec80e99c329807aed51c1cebecede 100644 (file)
@@ -404,8 +404,6 @@ do_indent = stringfilter(do_indent)
 
 def do_truncate(s, length=255, killwords=False, end='...'):
     """
-    {{ s|truncate[ length[ killwords[ end]]] }}
-
     Return a truncated copy of the string. The length is specified
     with the first parameter which defaults to ``255``. If the second
     parameter is ``true`` the filter will cut the text at length. Otherwise