mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[PolishComment] Polish code comment, revelant->relevant (#85238)
Polish code comment, `revelant`->`relevant` Pull Request resolved: https://github.com/pytorch/pytorch/pull/85238 Approved by: https://github.com/kit1980
This commit is contained in:
parent
8c952db13a
commit
cbe5469e88
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Usage:
|
|||
# print(dispatcher.rawRegistrations())
|
||||
# print(dispatcher.rawDispatchTable())
|
||||
PythonDispatcher calls C++ dispatcher under the hood for to precompute dispatch table.
|
||||
This file only provides the simplified API for developers, revelant test code is located in
|
||||
This file only provides the simplified API for developers, relevant test code is located in
|
||||
test/test_dispatch.py
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue