mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
#5925: fix highlighting of keyword table.
This commit is contained in:
parent
2aabce7348
commit
2ca9be4a0c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue