Docs: Fix typos in the Symbolic Numbers docstrings (#151181)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/151181
Approved by: https://github.com/soulitzer
This commit is contained in:
Yuki Kobayashi
2025-04-14 01:46:02 +00:00
committed by PyTorch MergeBot
parent ddfc14b3ae
commit 101c4f482a

View File

@ -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.