Skip to content

Commit c9406de

Browse files
rename tensor to Tensor in doctest
1 parent 87ecde8 commit c9406de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nx/lib/nx.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13659,7 +13659,7 @@ defmodule Nx do
1365913659
Slicing a scalar tensor returns the scalar itself.
1366013660
1366113661
iex> Nx.slice(Nx.tensor(42), [], [])
13662-
#Nx.tensor<
13662+
#Nx.Tensor<
1366313663
s32
1366413664
42
1366513665
>

0 commit comments

Comments
 (0)