Skip to content

Commit

Permalink
changing * to \*
Browse files Browse the repository at this point in the history
  • Loading branch information
janeyx99 committed Nov 3, 2020
1 parent 266b112 commit 3b0bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/_torch_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6461,7 +6461,7 @@ def merge_dicts(*dicts):

add_docstr(torch.randperm,
r"""
randperm(n, *, generator=None, out=None, dtype=torch.int64, layout=torch.strided, device=None, requires_grad=False,
randperm(n, \*, generator=None, out=None, dtype=torch.int64, layout=torch.strided, device=None, requires_grad=False,
pin_memory=False) -> LongTensor
Returns a random permutation of integers from ``0`` to ``n - 1``.
Expand Down

0 comments on commit 3b0bf43

Please sign in to comment.