Skip to content

Commit

Permalink
Update knowledge_graph.py (dmlc#2329)
Browse files Browse the repository at this point in the history
The l in "bool" is lost.

Co-authored-by: Zihao Ye <[email protected]>
  • Loading branch information
vill-jiang and yzh119 authored Nov 10, 2020
1 parent 812f597 commit fe4ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/data/knowledge_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class KnowledgeGraphDataset(DGLBuiltinDataset):
-----------
name: str
Name can be 'FB15k-237', 'FB15k' or 'wn18'.
reverse: boo
reverse: bool
Whether add reverse edges. Default: True.
raw_dir : str
Raw file directory to download/contains the input data directory.
Expand Down

0 comments on commit fe4ada2

Please sign in to comment.