summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-30 16:17:46 +0200
committergbrandl <devnull@localhost>2007-05-30 16:17:46 +0200
commitfdbb25adcd1caccf7dfcfb1300be597d363f2a28 (patch)
tree6d1b6c40c6f1e86046b18620348b4d672aa596a0
parent7687a4fa5c3f2f5b6ffa86c4552800431b30878b (diff)
downloadpygments-fdbb25adcd1caccf7dfcfb1300be597d363f2a28.tar.gz
[svn] Take #3...
-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 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`: