summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/lexerdevelopment.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt
index 619c5c39..c5d2921b 100644
--- a/docs/src/lexerdevelopment.txt
+++ b/docs/src/lexerdevelopment.txt
@@ -275,7 +275,7 @@ There are a few more things you can do with states:
`PythonLexer`'s string literal processing.
- If you want your lexer to start lexing in a different state you can modify
- the stack by overloading the `get_tokens_unprocessed` method:
+ the stack by overloading the `get_tokens_unprocessed()` method:
.. sourcecode:: python