diff options
author | gbrandl <devnull@localhost> | 2007-05-04 08:16:46 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-04 08:16:46 +0200 |
commit | 61baa23235b73b0272fad58e1c4a75a7320ff908 (patch) | |
tree | a71eee148b8ea460e71e4b2cbf6ce1db7274dd52 /pygments/unistring.py | |
parent | cb3734de01c80255204a2479386d44a2c349bd00 (diff) | |
download | pygments-61baa23235b73b0272fad58e1c4a75a7320ff908.tar.gz |
[svn] Two little fixes.
Diffstat (limited to 'pygments/unistring.py')
-rw-r--r-- | pygments/unistring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/unistring.py b/pygments/unistring.py index 7768b3fe..6b5a3fb8 100644 --- a/pygments/unistring.py +++ b/pygments/unistring.py @@ -3,7 +3,7 @@ pygments.unistring ~~~~~~~~~~~~~~~~~~ - Strings of all Unicode characters of a certain type. + Strings of all Unicode characters of a certain category. Used for matching in Unicode-aware languages. Run to regenerate. Inspired by chartypes_create.py from the MoinMoin project. |