Minor typo
This commit is contained in:
parent
fe97ffc0fd
commit
9a1899fa69
@ -251,7 +251,7 @@ To discard text, such as a comment, simply define a token rule that returns no v
|
||||
# No return value. Token discarded
|
||||
|
||||
Alternatively, you can include the prefix ``ignore_`` in a token
|
||||
declaration to force a token to be ignored. For example:
|
||||
declaration to force a token to be ignored. For example::
|
||||
|
||||
ignore_COMMENT = r'\#.*'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user