Skip to content

Commit e2229a8

Browse files
keineahnung2345pytorchmergebot
authored andcommitted
Fix typo in aten/src/README.md (pytorch#89175)
remove redundant "have to" Pull Request resolved: pytorch#89175 Approved by: https://github.com/kit1980
1 parent a695fcf commit e2229a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aten/src/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ will `retain` it itself.
6969
```
7070

7171
Sometimes, you have a tensor in hand which you'd like to use directly, but
72-
under some conditions you have to have to call, e.g., `newContiguous`, to get
73-
it into the correct form:
72+
under some conditions you have to call, e.g., `newContiguous`, to get it into
73+
the correct form:
7474

7575
```
7676
if (!(k_->stride(3) == 1) || !(k_->stride[2] == k_->size(3))) {

0 commit comments

Comments
 (0)