mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Merged revisions 72288 via svnmerge from
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. ........
This commit is contained in:
parent
ef24cb6437
commit
17761d15c6
1 changed files with 3 additions and 1 deletions
|
|
@ -328,7 +328,9 @@ Keywords
|
||||||
|
|
||||||
The following identifiers are used as reserved words, or *keywords* of the
|
The following identifiers are used as reserved words, or *keywords* of the
|
||||||
language, and cannot be used as ordinary identifiers. They must be spelled
|
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
|
False class finally is return
|
||||||
None continue for lambda try
|
None continue for lambda try
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue