diff --git a/aten/src/README.md b/aten/src/README.md index add28169263..3127ed5c8c3 100644 --- a/aten/src/README.md +++ b/aten/src/README.md @@ -69,8 +69,8 @@ will `retain` it itself. ``` Sometimes, you have a tensor in hand which you'd like to use directly, but -under some conditions you have to have to call, e.g., `newContiguous`, to get -it into the correct form: +under some conditions you have to call, e.g., `newContiguous`, to get it into +the correct form: ``` if (!(k_->stride(3) == 1) || !(k_->stride[2] == k_->size(3))) {