"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "6b02babbadce55093b3de0f47a144c5574162f31"
Unverified Commit 9fabc9b8 authored by Tim Gates's avatar Tim Gates Committed by GitHub
Browse files

[Doc] fix simple typo, tranfer -> transfer (#2464)



There is a small typo in python/dgl/dataloading/async_transferer.py.

Should read `transfer` rather than `tranfer`.
Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent d696558b
...@@ -13,7 +13,7 @@ class Transfer(object): ...@@ -13,7 +13,7 @@ class Transfer(object):
Parameters Parameters
---------- ----------
transfer_id : int transfer_id : int
The id of the asynchronous tranfer. The id of the asynchronous transfer.
handle : DGLAsyncTransferer handle : DGLAsyncTransferer
The handle of the DGLAsyncTransferer object that initiated the The handle of the DGLAsyncTransferer object that initiated the
transfer. transfer.
......
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