Correct minor typo in substr docs example (#12991)
This commit is contained in:
parent
1e96d54d9f
commit
4086219a49
@ -381,7 +381,7 @@ input = b'thirteen'
|
||||
position = [1, 5, 7]
|
||||
length = [3, 2, 1]
|
||||
|
||||
output = [b'hir', b'ee', b'n"]
|
||||
output = [b'hir', b'ee', b'n']
|
||||
```
|
||||
|
||||
input: Tensor of strings
|
||||
|
Loading…
Reference in New Issue
Block a user