diff options
author | gbrandl <devnull@localhost> | 2006-10-28 11:29:51 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-28 11:29:51 +0200 |
commit | 7643e3657c557da72dada0f3ae3700b8a255206c (patch) | |
tree | 9e80ce4e402c3f85d7bacf1e761ab9b947c0552e /pygments/util.py | |
parent | 4b9bb3ddd402107a42dbfeeb671bb0c2ecdb9e90 (diff) | |
download | pygments-7643e3657c557da72dada0f3ae3700b8a255206c.tar.gz |
[svn] update TODO.
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. |