Fix the repeated entry in the Tensor Attributes doc (#52995)

Summary:
Fixes #{issue number}

Pull Request resolved: https://github.com/pytorch/pytorch/pull/52995

Reviewed By: H-Huang

Differential Revision: D26732911

Pulled By: iramazanli

fbshipit-source-id: 86ab93f7f3540cf16dde02670e05cb56999b4929
This commit is contained in:
iramazanli 2021-03-01 16:40:16 -08:00 committed by Facebook GitHub Bot
parent e2462745ba
commit fd4722949d

View File

@ -113,7 +113,7 @@ When the output tensor of an arithmetic operation is specified, we allow casting
Casting Examples::
# allowed:
>>> float_tensor *= double_tensor
>>> float_tensor *= float_tensor
>>> float_tensor *= int_tensor
>>> float_tensor *= uint_tensor
>>> float_tensor *= bool_tensor