diff options
author | Anthon van der Neut <anthon@mnt.org> | 2019-07-24 19:31:31 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2019-07-24 19:31:31 +0200 |
commit | 83b2bbba61d2ada9911dc1d07a121b141c6857ef (patch) | |
tree | a9c014412ac209a808d7460fe7dc96301110e64b | |
parent | aef2be4100f1a56fadbce26bc9fcb262180285b4 (diff) | |
download | ruamel.yaml-83b2bbba61d2ada9911dc1d07a121b141c6857ef.tar.gz |
typo
-rw-r--r-- | emitter.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ class Emitter(object): # self.compact_ms = False # dash after key, only when excplicit key with ? self.no_newline = None # type: Optional[bool] # set if directly after `- ` - # Whether the document requires an explicit document indicator + # Whether the document requires an explicit document end indicator self.open_ended = False # colon handling |