summary refs log tree commit diff stats
path: root/lib/pure/stats.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/stats.nim')
-rw-r--r--lib/pure/stats.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/stats.nim b/lib/pure/stats.nim
index 6e2d5fecd..e46dff212 100644
--- a/lib/pure/stats.nim
+++ b/lib/pure/stats.nim
@@ -53,7 +53,7 @@ runnableExamples:
   doAssert statistics.kurtosis() ~= -1.0
   doAssert statistics.kurtosisS() ~= -0.7000000000000008
 
-from std/math import FloatClass, sqrt, pow, round
+from math import FloatClass, sqrt, pow, round
 
 {.push debugger: off.} # the user does not want to trace a part
                        # of the standard library!