Skip to content

Commit 345c740

Browse files
docs: improve doctests for ndarray instances in ndarray/count-falsy
PR-URL: #9377 Ref: #9329 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent e88f80d commit 345c740

File tree

1 file changed

+1
-3
lines changed
  • lib/node_modules/@stdlib/ndarray/count-falsy/docs

1 file changed

+1
-3
lines changed

lib/node_modules/@stdlib/ndarray/count-falsy/docs/repl.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
--------
3030
> var x = {{alias:@stdlib/ndarray/array}}( [ [ 1.0, 1.0 ], [ 0.0, 1.0 ] ] );
3131
> var y = {{alias}}( x )
32-
<ndarray>
33-
> y.get()
34-
1
32+
<ndarray>[ 1 ]
3533
> y = {{alias}}( x, { 'keepdims': true } )
3634
<ndarray>[ [ 1 ] ]
3735

0 commit comments

Comments
 (0)