Skip to content

Commit a30e441

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix typo in warning message (#7394)
Reviewed By: vmoens Differential Revision: D44416573 fbshipit-source-id: cb57b893dab3a34601b534079e7b5e7a7b5209c8
1 parent bbedf5b commit a30e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/__init__.py

Lines changed: 1 addition & 1 deletion
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)