diff options
Diffstat (limited to 'pygments/token.py')
-rw-r--r-- | pygments/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/token.py b/pygments/token.py index 146045df..53a59ba6 100644 --- a/pygments/token.py +++ b/pygments/token.py @@ -1,4 +1,4 @@ - # -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- """ pygments.token ~~~~~~~~~~~~~~ |