"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5313aa62315311b1674fd540d3abd2a7d2e37e4d"
Unverified Commit 062f59a8 authored by Padarn Wilson's avatar Padarn Wilson Committed by GitHub
Browse files

fix small typo bug (#2708)


Co-authored-by: default avatarZihao Ye <expye@outlook.com>
parent 28b0a766
...@@ -428,4 +428,4 @@ def unbatch_hetero(*args, **kwargs): ...@@ -428,4 +428,4 @@ def unbatch_hetero(*args, **kwargs):
"""DEPREACTED: please use dgl.unbatch """ """DEPREACTED: please use dgl.unbatch """
dgl_warning('From v0.5, DGLHeteroGraph is merged into DGLGraph. You can safely' dgl_warning('From v0.5, DGLHeteroGraph is merged into DGLGraph. You can safely'
' replace dgl.unbatch_hetero with dgl.unbatch') ' replace dgl.unbatch_hetero with dgl.unbatch')
return batch(*args, **kwargs) return unbatch(*args, **kwargs)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment