diff options
-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`: |