summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Montag <matt.montag@gmail.com>2014-08-24 02:35:45 +0000
committerMatt Montag <matt.montag@gmail.com>2014-08-24 02:35:45 +0000
commita64f6bd6bf6090a71d048ba426e21a19a906704d (patch)
treeda246e04ff6e204bb97042631d6c169e081c281a /doc
parent750ca02ad15f5c6a8090e090f08c659748cfc592 (diff)
downloadpygments-a64f6bd6bf6090a71d048ba426e21a19a906704d.tar.gz
Sentence fix
Diffstat (limited to 'doc')
-rw-r--r--doc/docs/lexerdevelopment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst
index eab1306a..23f7cdc6 100644
--- a/doc/docs/lexerdevelopment.rst
+++ b/doc/docs/lexerdevelopment.rst
@@ -190,7 +190,7 @@ nevertheless need a group, use a non-capturing group defined using this syntax:
If you find yourself needing a capturing group inside the regex which
shouldn't be part of the output but is used in the regular expressions for
backreferencing (eg: ``r'(<(foo|bar)>)(.*?)(</\2>)'``), you can pass `None`
-to the bygroups function and it will skip that group will be skipped in the
+to the bygroups function and that group will be skipped in the
output.