small typo
This commit is contained in:
@@ -539,7 +539,7 @@ def statsdata(workouts, options):
|
|||||||
'thirdq':datadf[field].quantile(q=0.75),
|
'thirdq':datadf[field].quantile(q=0.75),
|
||||||
'verbosename':verbosename,
|
'verbosename':verbosename,
|
||||||
}
|
}
|
||||||
stats[field] = thedict
|
stats[field] = thedict
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user