diff options
Diffstat (limited to 'pygments/util.py')
-rw-r--r-- | pygments/util.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pygments/util.py b/pygments/util.py index 65261964..4a427fb8 100644 --- a/pygments/util.py +++ b/pygments/util.py @@ -1,9 +1,10 @@ # -*- coding: utf-8 -*- """ pygments.util - ~~~~~~~~~~~~ + ~~~~~~~~~~~~~ - Utility functions. + Utility functions, currently only for parsing lexer + and formatter options. :copyright: 2006 by Georg Brandl. :license: GNU LGPL, see LICENSE for more details. |