mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE][6/16] fix typos in torch/ (#156316)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156316 Approved by: https://github.com/albanD ghstack dependencies: #156313, #156314, #156315
This commit is contained in:
committed by
PyTorch MergeBot
parent
c2f0292bd5
commit
b210cf1ea5
@ -1760,7 +1760,7 @@ class MultiProcContinousTest(TestCase):
|
||||
f"skipping rest of tests in Test class: {self.__class__.__name__}" # noqa: G004
|
||||
)
|
||||
# Poison rest of tests (because ProcessGroup may be not
|
||||
# re-usable now)
|
||||
# reusable now)
|
||||
self.__class__.poison_pill = True
|
||||
raise rv
|
||||
|
||||
|
Reference in New Issue
Block a user