Unverified Commit 864fd4f7 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[DistDGL] fix docstring typo

parent 364806f2
......@@ -60,10 +60,10 @@ class DistEmbedding:
Note
----
When a ``DistEmbedding`` object is used when the deep learning framework is recording
the forward computation, users have to invoke
py:meth:`~dgl.distributed.optim.SparseAdagrad.step` afterwards. Otherwise, there will be
some memory leak.
When a ``DistEmbedding`` object is used in the forward computation, users
have to invoke
:py:meth:`~dgl.distributed.optim.SparseAdagrad.step` afterwards. Otherwise,
there will be some memory leak.
"""
def __init__(
......
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