summaryrefslogtreecommitdiff
path: root/emitter.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
commitdce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a (patch)
tree085692b5650627683d0774b9872def9cba789b01 /emitter.py
parentb8580cfafa36ca97ce249e7530916deb76b137c8 (diff)
downloadruamel.yaml-dce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a.tar.gz
update for mypy, documentation
Diffstat (limited to 'emitter.py')
-rw-r--r--emitter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emitter.py b/emitter.py
index 05311f0..942eced 100644
--- a/emitter.py
+++ b/emitter.py
@@ -1588,7 +1588,7 @@ class Emitter(object):
end += 1
def write_comment(self, comment, pre=False):
- # type: (Any) -> None
+ # type: (Any, bool) -> None
value = comment.value
# nprintf('{:02d} {:02d} {!r}'.format(self.column, comment.start_mark.column, value))
if not pre and value[-1] == '\n':