summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-22 12:21:42 +0200
committergbrandl <devnull@localhost>2006-10-22 12:21:42 +0200
commit7fd6f0d8a3903a6538ffeec2d64102cfe8ce23b1 (patch)
tree52cc0514d66802efb96666aded7736634ec61d33
parentdff25d25e72224c3a1f53bef44a839b747564e21 (diff)
downloadpygments-7fd6f0d8a3903a6538ffeec2d64102cfe8ce23b1.tar.gz
[svn] Test doc rebuild hook.
-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