Make histogram example unchecked since hashtables print differently now that hashcodes are more optimized
parent
44ef1d3698
commit
f4da6f366c
|
@ -93,7 +93,7 @@ HELP: histogram-by
|
||||||
}
|
}
|
||||||
{ $description "Returns a hashtable where the keys are the elements of the sequence binned by being passed through " { $snippet "quot" } ", and the values are the number of times members of each bin appeared in that sequence." }
|
{ $description "Returns a hashtable where the keys are the elements of the sequence binned by being passed through " { $snippet "quot" } ", and the values are the number of times members of each bin appeared in that sequence." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example "! Count the number of times letters and non-letters appear in a sequence."
|
{ $unchecked-example "! Count the number of times letters and non-letters appear in a sequence."
|
||||||
"USING: prettyprint math.statistics unicode.categories ;"
|
"USING: prettyprint math.statistics unicode.categories ;"
|
||||||
"\"aaa123bc\" [ letter? ] histogram-by ."
|
"\"aaa123bc\" [ letter? ] histogram-by ."
|
||||||
"H{ { t 5 } { f 3 } }"
|
"H{ { t 5 } { f 3 } }"
|
||||||
|
|
Loading…
Reference in New Issue