[Python-checkins] r72288 - python/trunk/Doc/reference/lexical_analysis.rst

georg.brandl python-checkins at python.org
Mon May 4 22:42:09 CEST 2009


Author: georg.brandl
Date: Mon May  4 22:42:08 2009
New Revision: 72288

Log:
#5925: fix highlighting of keyword table.

Modified:
   python/trunk/Doc/reference/lexical_analysis.rst

Modified: python/trunk/Doc/reference/lexical_analysis.rst
==============================================================================
--- python/trunk/Doc/reference/lexical_analysis.rst	(original)
+++ python/trunk/Doc/reference/lexical_analysis.rst	Mon May  4 22:42:08 2009
@@ -339,7 +339,9 @@
 
 The following identifiers are used as reserved words, or *keywords* of the
 language, and cannot be used as ordinary identifiers.  They must be spelled
-exactly as written here::
+exactly as written here:
+
+.. sourcecode:: text
 
    and       del       from      not       while
    as        elif      global    or        with


More information about the Python-checkins mailing list