Skip to content

Commit 5850f37

Browse files
authored
Fix typo in warning message (#7394)
1 parent beb4bb7 commit 5850f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _is_tracing():
105105
"this issue: https://github.com/pytorch/vision/issues/6753, and you can also "
106106
"check out https://github.com/pytorch/vision/issues/7319 to learn more about "
107107
"the APIs that we suspect might involve future changes. "
108-
"You can silence this warning by calling torchvision.disable_beta_transform_warning()."
108+
"You can silence this warning by calling torchvision.disable_beta_transforms_warning()."
109109
)
110110

111111

0 commit comments

Comments
 (0)