Skip to content

Commit 0f0ce9d

Browse files
committed
Fixed a spelling error
1 parent 6231b92 commit 0f0ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def process(self, replay):
161161
if player.type != "Computer":
162162
player.avg_apm /= player.events[-1].second/60.0
163163
else:
164-
player.avg_amp = 0
164+
player.avg_apm = 0
165165

166166
return replay
167167

0 commit comments

Comments
 (0)