Skip to content

Commit 0a396a8

Browse files
shinkpytorchmergebot
authored andcommitted
[Docs] Make torch.Library's kind have no default value to be consistent with the code (pytorch#149390)
Fixes pytorch#149389 Pull Request resolved: pytorch#149390 Approved by: https://github.com/janeyx99
1 parent 4ea5805 commit 0a396a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Library:
8787
8888
Args:
8989
ns: library name
90-
kind: "DEF", "IMPL" (default: "IMPL"), "FRAGMENT"
90+
kind: "DEF", "IMPL", "FRAGMENT"
9191
dispatch_key: PyTorch dispatch key (default: "")
9292
"""
9393

0 commit comments

Comments
 (0)