diff options
| author | Georg Brandl <georg@python.org> | 2007-05-30 16:17:46 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-05-30 16:17:46 +0200 |
| commit | 7dcdc03943e8b70b89cf6a145ccc46948099b03b (patch) | |
| tree | 6d1b6c40c6f1e86046b18620348b4d672aa596a0 /docs/src | |
| parent | 2a238a5a37ec1201b17faa52a30541a18a555265 (diff) | |
| download | pygments-git-7dcdc03943e8b70b89cf6a145ccc46948099b03b.tar.gz | |
[svn] Take #3...
Diffstat (limited to 'docs/src')
| -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`: |
