Correct minor typo in substr docs example ()

This commit is contained in:
Lyndon White 2017-09-13 01:20:15 +08:00 committed by drpngx
parent 1e96d54d9f
commit 4086219a49

View File

@ -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