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