summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorblackbird <blackbird@localhost>2007-01-13 12:25:00 +0100
committerblackbird <blackbird@localhost>2007-01-13 12:25:00 +0100
commitaf28df975fc6b31c5926d744942f0a53fd6f4171 (patch)
treec4ff1ee208a605ba295e2e9d326be8664276fec3 /docs/src
parentcff057ccc0b60ee9b11eaa50626d2b0904f9fcc5 (diff)
downloadpygments-git-af28df975fc6b31c5926d744942f0a53fd6f4171.tar.gz
[svn] added missing explanation for Punctuation in overview
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/tokens.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/tokens.txt b/docs/src/tokens.txt
index 0fab0feb..dae122a5 100644
--- a/docs/src/tokens.txt
+++ b/docs/src/tokens.txt
@@ -59,8 +59,8 @@ Inside the `pygments.token` module the following aliases are defined:
`Literal` `Token.Literal` Any literals
`String` `Token.Literal.String` string literals
`Number` `Token.Literal.Number` number literals
-`Operator` `Token.Operator` operators (``+``, ``not`` etc)
-`Punctuation` `Token.Punctuation`
+`Operator` `Token.Operator` operators (``+``, ``not``...)
+`Punctuation` `Token.Punctuation` punctuation (``[``, ``(``...)
`Comment` `Token.Comment` any kind of comments
`Generic` `Token.Generic` generic tokens (have a look at
the explanation below)