Index: Doc/howto/webservers.rst =================================================================== --- Doc/howto/webservers.rst (revision 79427) +++ Doc/howto/webservers.rst (working copy) @@ -488,16 +488,16 @@ `framework`_. Some of these are using a plain-text programming language which is very easy to learn as it is quite limited while others use XML so the template output is always guaranteed to be valid XML. Some `frameworks`_ ship -their own template engine or recommend one particular. If one is not yet sure, +their own template engine or recommend one in particular. If one is not yet sure, using these is a good idea. .. note:: While Python has quite a lot of different template engines it usually does not make sense to use a homebrewed template system. The time needed to - evaluate all templating systems is not really worth it, better invest the - time in looking through the most popular ones. Some frameworks have their - own template engine or have a recommentation for one. It's wise to use + evaluate all templating systems is not really worth it and might be better + spent looking through the most popular ones. Some frameworks have their + own template engine or have a recommendation for one. It's wise to use these. Popular template engines include: