diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-16 21:08:14 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-11-16 21:08:14 (GMT) |
commit | 056f33d60ce5592b22b2d23cf9ba2f6632de218e (patch) | |
tree | 0e16d3a43c55411ade54f98bf89005ff2262d2f6 | |
parent | eebd0173b6b7e8aeacbfcae6bb28dcdc8907e33f (diff) | |
download | cpython-056f33d60ce5592b22b2d23cf9ba2f6632de218e.zip cpython-056f33d60ce5592b22b2d23cf9ba2f6632de218e.tar.gz cpython-056f33d60ce5592b22b2d23cf9ba2f6632de218e.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
........
-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 5a7b16a..03853f4 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -530,7 +530,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 |