summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeoffrey Oxberry <goxberry@gmail.com>2014-01-14 00:50:12 -0800
committerGeoffrey Oxberry <goxberry@gmail.com>2014-01-14 00:50:12 -0800
commite18a7d9fd3a55bd4bb341b5b014a9ee3ac7eba54 (patch)
treed761cf15243a107f2277fd051c733552e3758e00 /pygments
parent67db6fbac23cfcbd1347ae986c1b233f0861a842 (diff)
downloadpygments-e18a7d9fd3a55bd4bb341b5b014a9ee3ac7eba54.tar.gz
Fix comment re: complete task entry points.
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/text.py b/pygments/lexers/text.py
index 86c79d5a..67f9c643 100644
--- a/pygments/lexers/text.py
+++ b/pygments/lexers/text.py
@@ -1944,7 +1944,7 @@ class TodotxtLexer(RegexLexer):
tokens = {
# Should parse starting at beginning of line; each line is a task
'root': [
- ## Incomplete task entry points: two total:
+ ## Complete task entry points: two total:
# 1. Complete task with two dates
(complete_two_date_regex, bygroups(CompleteTaskText, Date,
CompleteTaskText, Date),