mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Issue113185 (#113523)
Fixes #113185 I have fixed the given docstring errors. The followings are the outputs with numbers before and after the changes: Pull Request resolved: https://github.com/pytorch/pytorch/pull/113523 Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
6b01126df5
commit
91973e1c31
@ -47,7 +47,8 @@ def _register_default_handlers() -> None:
|
||||
|
||||
def get_rendezvous_handler(params: RendezvousParameters) -> RendezvousHandler:
|
||||
"""
|
||||
This method is used to obtain a reference to a :py:class`RendezvousHandler`.
|
||||
Obtain a reference to a :py:class`RendezvousHandler`.
|
||||
|
||||
Custom rendezvous handlers can be registered by
|
||||
|
||||
::
|
||||
|
Reference in New Issue
Block a user