Skip to content

Commit 34be2d9

Browse files
committed
fix typo in jsonencode.py calll -> call
1 parent ebd1017 commit 34be2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/processors/jsonencode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def __call__(self, replay):
2727

2828

2929
def jsonEncode(replay):
30-
return jsonEncoder().__calll__(replay)
30+
return jsonEncoder().__call__(replay)

0 commit comments

Comments
 (0)