summaryrefslogtreecommitdiff
path: root/pygments/lexers/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/text.py')
-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),