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:
Kazuaki Ishizaki
2023-11-14 22:25:24 +00:00
committed by PyTorch MergeBot
parent 6b01126df5
commit 91973e1c31
20 changed files with 135 additions and 208 deletions

View File

@ -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
::