mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-01 13:34:57 +08:00
Fix typo under test directory (#111304)
This PR fixes typo in comments under `test` directory. Pull Request resolved: https://github.com/pytorch/pytorch/pull/111304 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
1e70f4d02c
commit
deb800ee81
@ -133,7 +133,7 @@ TEST(TestException, TestCustomException) {
|
||||
{def},
|
||||
// class PythonResolver is defined in
|
||||
// torch/csrc/jit/python/script_init.cpp. It's not in a header file so I
|
||||
// can not use it. Create a SimpleResolver insteand
|
||||
// can not use it. Create a SimpleResolver instead
|
||||
{std::make_shared<SimpleResolver>()},
|
||||
nullptr);
|
||||
torch::jit::GraphFunction* gf =
|
||||
|
||||
Reference in New Issue
Block a user