summaryrefslogtreecommitdiff
path: root/docs/users_guide_src
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2001-12-17 19:09:45 +0000
committertavis_rudd <tavis_rudd>2001-12-17 19:09:45 +0000
commitbcbaa87bd839047006aed5bb2bb62ee3aa664b72 (patch)
tree7c9c6dd78b2a58bc63be7e96f3b1b4a871b55c43 /docs/users_guide_src
parente394b90a9036d67504f3b1438724e66832b979be (diff)
downloadpython-cheetah-bcbaa87bd839047006aed5bb2bb62ee3aa664b72.tar.gz
typo
Diffstat (limited to 'docs/users_guide_src')
-rw-r--r--docs/users_guide_src/comparisons.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide_src/comparisons.tex b/docs/users_guide_src/comparisons.tex
index 5114437..f2c4f88 100644
--- a/docs/users_guide_src/comparisons.tex
+++ b/docs/users_guide_src/comparisons.tex
@@ -50,7 +50,8 @@ docs at the moment. Cheetah, however, has a number of advantages over
Velocity:
\begin{itemize}
\item Cheetah is written in Python. Thus, it's easier to use and extend.
-\item Cheetah's is closer to Python's than Velocities is to Java's.
+\item Cheetah's syntax is closer to Python's syntax than Velocity's is to
+Java's.
\item Cheetah has a powerful caching mechanism. Velocity has no equivalent.
\item It's far easier to add data/objects into the namespace where \$placeholder
values are extracted from in Cheetah. Velocity calls this namespace a 'context'.