Skip to content

Commit e195bf5

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix typo in ToPureTensor docstring (#7989)
Summary: Co-authored-by: Philip Meier <[email protected]> Reviewed By: matteobettini Differential Revision: D49600775 fbshipit-source-id: 4bc3363d53c85433c203bc7cbe566d1812e06616
1 parent 7b24ce4 commit e195bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/transforms/v2/_type_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _transform(
7979

8080

8181
class ToPureTensor(Transform):
82-
"""[BETA] Convert all tv_tensors to pure tensors, removing associated metadata (if any).
82+
"""[BETA] Convert all TVTensors to pure tensors, removing associated metadata (if any).
8383
8484
.. v2betastatus:: ToPureTensor transform
8585

0 commit comments

Comments
 (0)