We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e45ef commit 7acf976Copy full SHA for 7acf976
src/attributecode/model.py
@@ -163,7 +163,7 @@ def serialize(self):
163
value = value.splitlines(True)
164
# multi-line
165
if len(value) > 1:
166
- # This code is used to read the YAML's multi-line format saneyaml.loadin
+ # This code is used to read the YAML's multi-line format in
167
# ABOUT files
168
# (Test: test_loads_dumps_is_idempotent)
169
if value[0].strip() == u'|' or value[0].strip() == u'>':
0 commit comments