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):
"""DEPREACTED: please use dgl.unbatch """
dgl_warning('From v0.5, DGLHeteroGraph is merged into DGLGraph. You can safely'
' 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