Skip to content

Commit 307175f

Browse files
author
Symbolics
committed
Fix return value of standard deviation example
1 parent 9f11d1f commit 307175f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/Tutorials/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ this data set:
444444
LS-USER> (median purchases)
445445
2
446446
LS-USER> (sd purchases)
447-
3.2041426
447+
3.2795
448448
LS-USER> (interquartile-range purchases)
449449
4
450450

0 commit comments

Comments
 (0)