We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7989e9d commit c602c1bCopy full SHA for c602c1b
1 file changed
Lib/statistics.py
@@ -463,7 +463,7 @@ def geometric_mean(data):
463
return exp(fmean(map(log, data)))
464
except ValueError:
465
raise StatisticsError('geometric mean requires a non-empty dataset '
466
- ' containing positive numbers') from None
+ 'containing positive numbers') from None
467
468
469
def harmonic_mean(data, weights=None):
0 commit comments