]> granicus.if.org Git - python/commitdiff
#5925: fix highlighting of keyword table.
authorGeorg Brandl <georg@python.org>
Mon, 4 May 2009 20:42:08 +0000 (20:42 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 4 May 2009 20:42:08 +0000 (20:42 +0000)
Doc/reference/lexical_analysis.rst

index 21449eb373279442aa4e16c15acb74d700e7b7c9..e88c0ba8335de99a1433b50e693a05a935171533 100644 (file)
@@ -339,7 +339,9 @@ Keywords
 
 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