summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-30 16:04:51 +0200
committergbrandl <devnull@localhost>2007-05-30 16:04:51 +0200
commit95370975fdd37688803599cf50376cadad26121c (patch)
treea07a295babfb7585096702e59b374a6d45c84845 /docs/src
parentc75ff6d86365a24dfe941fe008fd1b600f16106f (diff)
downloadpygments-95370975fdd37688803599cf50376cadad26121c.tar.gz
[svn] Test commit.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/filterdevelopment.txt2
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