summaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokens.py b/tokens.py
index 84c90cc..202cbe2 100644
--- a/tokens.py
+++ b/tokens.py
@@ -346,7 +346,7 @@ class CommentToken(Token):
id = '<comment>'
def __init__(self, value, start_mark=None, end_mark=None, column=None):
- # type: (Any, Any, Any) -> None
+ # type: (Any, Any, Any, Any) -> None
if start_mark is None:
assert column is not None
self._column = column