summaryrefslogtreecommitdiff
path: root/emitter.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-24 19:31:31 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-24 19:31:31 +0200
commit83b2bbba61d2ada9911dc1d07a121b141c6857ef (patch)
treea9c014412ac209a808d7460fe7dc96301110e64b /emitter.py
parentaef2be4100f1a56fadbce26bc9fcb262180285b4 (diff)
downloadruamel.yaml-83b2bbba61d2ada9911dc1d07a121b141c6857ef.tar.gz
typo
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 0ed1932..14277fc 100644
--- a/emitter.py
+++ b/emitter.py
@@ -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