Skip to content

Commit 7acf976

Browse files
committed
* Fixed the typo Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 38e45ef commit 7acf976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def serialize(self):
163163
value = value.splitlines(True)
164164
# multi-line
165165
if len(value) > 1:
166-
# This code is used to read the YAML's multi-line format saneyaml.loadin
166+
# This code is used to read the YAML's multi-line format in
167167
# ABOUT files
168168
# (Test: test_loads_dumps_is_idempotent)
169169
if value[0].strip() == u'|' or value[0].strip() == u'>':

0 commit comments

Comments
 (0)