Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17761d1

Browse files
committed
Merged revisions 72288 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r72288 | georg.brandl | 2009-05-04 22:42:08 +0200 (Mo, 04 Mai 2009) | 1 line #5925: fix highlighting of keyword table. ........
1 parent ef24cb6 commit 17761d1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ Keywords
328328

329329
The following identifiers are used as reserved words, or *keywords* of the
330330
language, and cannot be used as ordinary identifiers. They must be spelled
331-
exactly as written here::
331+
exactly as written here:
332+
333+
.. sourcecode:: text
332334

333335
False class finally is return
334336
None continue for lambda try

0 commit comments

Comments
 (0)