Commit 4e3ab31c authored by Amos Latteier's avatar Amos Latteier

trivial changes, this topic still needs work

parent 2dd0c34f
......@@ -88,6 +88,9 @@ TALES Python expressions
'math' -- The standard "Python math
module":http://www.python.org/doc/current/lib/module-math.html.
'sequence' -- A module with a powerful sorting function. See XXX
for more information.
'Products.PythonScripts.standard' -- Various HTML formatting
functions available in DTML. See XXX for more information.
......@@ -118,7 +121,7 @@ TALES Python expressions
User Name
</p>
Basic math (convert image size to mega bytes)::
Basic math (convert an image size to megabytes)::
<p tal:content="python:image.getSize() / 1048576.0">
12.2323
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment