diff --git a/torch/__init__.py b/torch/__init__.py index 5fc07487dfa1..9235fc451994 100644 --- a/torch/__init__.py +++ b/torch/__init__.py @@ -616,7 +616,7 @@ class SymInt: class SymFloat: """ - Like an float (including magic methods), but redirects all operations on the + Like a float (including magic methods), but redirects all operations on the wrapped node. This is used in particular to symbolically record operations in the symbolic shape workflow. """ @@ -735,7 +735,7 @@ class SymFloat: class SymBool: """ - Like an bool (including magic methods), but redirects all operations on the + Like a bool (including magic methods), but redirects all operations on the wrapped node. This is used in particular to symbolically record operations in the symbolic shape workflow.