diff options
author | gbrandl <devnull@localhost> | 2007-05-30 16:17:46 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-30 16:17:46 +0200 |
commit | fdbb25adcd1caccf7dfcfb1300be597d363f2a28 (patch) | |
tree | 6d1b6c40c6f1e86046b18620348b4d672aa596a0 | |
parent | 7687a4fa5c3f2f5b6ffa86c4552800431b30878b (diff) | |
download | pygments-fdbb25adcd1caccf7dfcfb1300be597d363f2a28.tar.gz |
[svn] Take #3...
-rw-r--r-- | docs/src/tokens.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/tokens.txt b/docs/src/tokens.txt index 3a1cd4af..5451ec8c 100644 --- a/docs/src/tokens.txt +++ b/docs/src/tokens.txt @@ -4,8 +4,8 @@ Builtin Tokens ============== -Inside the `pygments.token` module, there is a special object called `Token` that -is used to create token types. +Inside the `pygments.token` module, there is a special object called `Token` +that is used to create token types. You can create a new token type by accessing an attribute of `Token`: |