summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide_src/howItWorks.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide_src/howItWorks.tex b/docs/users_guide_src/howItWorks.tex
index 0c25af7..5f00fd8 100644
--- a/docs/users_guide_src/howItWorks.tex
+++ b/docs/users_guide_src/howItWorks.tex
@@ -210,7 +210,7 @@ FILENAME.py contains. For this reason, you should make changes to the
\code{.py servlet files} that are about to be overwritten will are
automatically backed up with the extension \code{.py\_bak}.
-Because FILENAME will be use as the class and module name, it must be a valid
+Because FILENAME will be used as a class and module name, it must be a valid
Python identifier. For instance, \code{cheetah-compile spam-eggs.tmpl} is
illegal because of the hyphen ("-").