summaryrefslogtreecommitdiff
path: root/emitter.py
diff options
context:
space:
mode:
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 cb9916a..5bac4ae 100644
--- a/emitter.py
+++ b/emitter.py
@@ -1366,7 +1366,7 @@ class Emitter(object):
def determine_block_hints(self, text):
# type: (Any) -> Any
indent = 0
- indicator = ''
+ indicator = u''
hints = u''
if text:
if text[0] in u' \n\x85\u2028\u2029':