From 8ebec1f95761d74268cd365e849aea908fb656c9 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 2 Aug 2019 10:34:16 +0300 Subject: [PATCH] Fix comment --- gui/builtinGraphs/fitDamageStats/helper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/builtinGraphs/fitDamageStats/helper.py b/gui/builtinGraphs/fitDamageStats/helper.py index cb16680fb..ca265719e 100644 --- a/gui/builtinGraphs/fitDamageStats/helper.py +++ b/gui/builtinGraphs/fitDamageStats/helper.py @@ -64,9 +64,9 @@ def getTgtRadius(tgt): return radius -# Just copypaste penalization chain calculation code in here to not make actual -# attribute calculations slower than it already is due to extra function calls -# Actually, with some modifications as multipliers arrive in different form +# Just copypaste penalization chain calculation code (with some modifications, +# as multipliers arrive in different form) in here to not make actual attribute +# calculations slower than they already are due to extra function calls def _calculateMultiplier(multipliers): val = 1 for penalizedMultipliers in multipliers.values():