diff options
author | gbrandl <devnull@localhost> | 2007-05-30 16:04:51 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-30 16:04:51 +0200 |
commit | 95370975fdd37688803599cf50376cadad26121c (patch) | |
tree | a07a295babfb7585096702e59b374a6d45c84845 /docs/src | |
parent | c75ff6d86365a24dfe941fe008fd1b600f16106f (diff) | |
download | pygments-95370975fdd37688803599cf50376cadad26121c.tar.gz |
[svn] Test commit.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/filterdevelopment.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/filterdevelopment.txt b/docs/src/filterdevelopment.txt index 27003ce8..c60e1e84 100644 --- a/docs/src/filterdevelopment.txt +++ b/docs/src/filterdevelopment.txt @@ -15,7 +15,7 @@ adjust the behavior of your filter. Subclassing Filters =================== -As an example we write a filter that converts all `Name.Function` tokens +As an example, we write a filter that converts all `Name.Function` tokens to normal `Name` tokens to make the output less colorful. .. sourcecode:: python |