Skip to content

Commit e5a1341

Browse files
fffrogpytorchmergebot
authored andcommitted
Fix the tiny doc descriptions (pytorch#147319)
As the title stated Pull Request resolved: pytorch#147319 Approved by: https://github.com/zou3519
1 parent 346bbef commit e5a1341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_library/triton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def triton_op(
4040
4141
Note that ``fn`` must only consist of calls to PyTorch-understood
4242
operators and triton kernels. Any triton kernels called inside ``fn``
43-
must be wrapped in a call to :func:`torch._library.wrap_triton``.
43+
must be wrapped in a call to :func:`torch.library.wrap_triton`.
4444
4545
Args:
4646
name (str): A name for the custom op that looks like "{namespace}::{name}",

0 commit comments

Comments
 (0)