diff options
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 |