Skip to content

Commit 7b4b2b9

Browse files
committed
Fixed typo in comment
1 parent 970d4b2 commit 7b4b2b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javaobj/v2/transformers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def load_from_instance(self, instance, indent=0):
139139
"""
140140
Load content from a parsed instance object
141141
"""
142-
# Lists have their content in there annotations
142+
# Maps have their content in there annotations
143143
for cd, annotations in instance.annotations.items():
144144
if cd.name in JavaMap.HANDLED_CLASSES:
145145
# Group annotation elements 2 by 2
@@ -416,6 +416,9 @@ def do_period(self, data):
416416

417417

418418
class DefaultObjectTransformer(ObjectTransformer):
419+
"""
420+
Provider of the default object transformers
421+
"""
419422

420423
KNOWN_TRANSFORMERS = (
421424
JavaBool,

0 commit comments

Comments
 (0)