]> granicus.if.org Git - python/commitdiff
Merged revisions 72288 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 4 May 2009 20:43:44 +0000 (20:43 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 4 May 2009 20:43:44 +0000 (20:43 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line

  #5925: fix highlighting of keyword table.
........

Doc/reference/lexical_analysis.rst

index 5037da02726c4463f07842e7f812185ac03ef5d7..ab1b7f52989bc32f8bbefdb82fbe81939e17f60e 100644 (file)
@@ -328,7 +328,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
 
    False      class      finally    is         return
    None       continue   for        lambda     try