From: Georg Brandl Date: Mon, 4 May 2009 20:42:08 +0000 (+0000) Subject: #5925: fix highlighting of keyword table. X-Git-Tag: v2.7a1~1290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca9be4a0ce7e45bc2bdbcb1028a4b1e11460ad3;p=python #5925: fix highlighting of keyword table. --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 21449eb373..e88c0ba833 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -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