summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'comments.py')
-rw-r--r--comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.py b/comments.py
index d429fe1..252a450 100644
--- a/comments.py
+++ b/comments.py
@@ -90,7 +90,7 @@ class Comment:
attrib = comment_attrib
def __init__(self, old=True):
- # type: () -> None
+ # type: (Bool) -> None
self._pre = None if old else []
self.comment = None # [post, [pre]]
# map key (mapping/omap/dict) or index (sequence/list) to a list of