[Python-checkins] r86488 - python/branches/py3k/Doc/howto/webservers.rst
ezio.melotti
python-checkins at python.org
Tue Nov 16 21:57:59 CET 2010
Author: ezio.melotti
Date: Tue Nov 16 21:57:59 2010
New Revision: 86488
Log:
Fix typo
Modified:
python/branches/py3k/Doc/howto/webservers.rst
Modified: python/branches/py3k/Doc/howto/webservers.rst
==============================================================================
--- python/branches/py3k/Doc/howto/webservers.rst (original)
+++ python/branches/py3k/Doc/howto/webservers.rst Tue Nov 16 21:57:59 2010
@@ -526,7 +526,7 @@
.. 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
More information about the Python-checkins
mailing list