diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-16 21:06:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-16 21:06:43 (GMT) |
commit | 4fdf0fe5b7ca791c3895f8d98fc93ab5496d29ff (patch) | |
tree | f78ce2d51411b522a11abcfa68c5c565f58a4927 /Doc/howto | |
parent | 9ec2c528171a7272ae585206fb72714a5bb3fc0d (diff) | |
download | cpython-4fdf0fe5b7ca791c3895f8d98fc93ab5496d29ff.zip cpython-4fdf0fe5b7ca791c3895f8d98fc93ab5496d29ff.tar.gz cpython-4fdf0fe5b7ca791c3895f8d98fc93ab5496d29ff.tar.bz2 |
Merged revisions 86488 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86488 | ezio.melotti | 2010-11-16 22:57:59 +0200 (Tue, 16 Nov 2010) | 1 line
Fix typo
........
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/webservers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 7f68b3b..caf0ad6 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -526,7 +526,7 @@ Popular template engines include: .. seealso:: - There are many template engines competing for attention, becuase it is + There are many template engines competing for attention, because it is pretty easy to create them in Python. The page `Templating <http://wiki.python.org/moin/Templating>`_ in the wiki lists a big, ever-growing number of these. The three listed above are considered "second |