summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-26 08:50:50 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-26 08:50:50 (GMT)
commit0b4d94515b02b6245d856f3c1f0476a7dc15e071 (patch)
tree9b3dd96eb559fd251d40d635a90966b5cf8f05ec /Doc/reference
parentbbc5cc1e1dee1cea2772c182c9f122d031a20825 (diff)
downloadcpython-0b4d94515b02b6245d856f3c1f0476a7dc15e071.zip
cpython-0b4d94515b02b6245d856f3c1f0476a7dc15e071.tar.gz
cpython-0b4d94515b02b6245d856f3c1f0476a7dc15e071.tar.bz2
Merged revisions 72085,72132,72159,72288,72290,72292 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72085 | georg.brandl | 2009-04-28 23:48:35 +0200 (Di, 28 Apr 2009) | 1 line Make the doctests in the docs pass, except for those in the turtle module. ........ r72132 | georg.brandl | 2009-04-30 00:44:07 +0200 (Do, 30 Apr 2009) | 1 line #5878: fix repr of re object. ........ r72159 | georg.brandl | 2009-05-01 10:51:37 +0200 (Fr, 01 Mai 2009) | 2 lines #5889: remove comma at the end of a list that some C compilers don't like. ........ r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line #5925: fix highlighting of keyword table. ........ r72290 | georg.brandl | 2009-05-04 22:45:13 +0200 (Mo, 04 Mai 2009) | 1 line #5927, 5928: typos. ........ r72292 | georg.brandl | 2009-05-04 22:49:17 +0200 (Mo, 04 Mai 2009) | 1 line #5916, 5917: small socket doc improvements. ........
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/lexical_analysis.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 21449eb..e88c0ba 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