mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE] fix typos in top-level files (#156067)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156067 Approved by: https://github.com/malfet ghstack dependencies: #156066
This commit is contained in:
committed by
PyTorch MergeBot
parent
6c493e2b14
commit
013dfeabb4
2
setup.py
2
setup.py
@ -427,7 +427,7 @@ def check_submodules():
|
||||
end = time.time()
|
||||
report(f" --- Submodule initialization took {end - start:.2f} sec")
|
||||
except Exception:
|
||||
report(" --- Submodule initalization failed")
|
||||
report(" --- Submodule initialization failed")
|
||||
report("Please run:\n\tgit submodule update --init --recursive")
|
||||
sys.exit(1)
|
||||
for folder in folders:
|
||||
|
Reference in New Issue
Block a user