"docker/vscode:/vscode.git/clone" did not exist on "4d2c981d551566961bbc7254ae9556d76dd95764"
Commit 98954c56 authored by MilkshakeForReal's avatar MilkshakeForReal Committed by Zihao Ye
Browse files

[docs]update conv.py (#822)

* Update conv.py

* Update conv.py

change `oto` to `to
parent 36ec71a2
......@@ -1197,7 +1197,7 @@ class SGConv(nn.Module):
bias : bool
If True, adds a learnable bias to the output. Default: ``True``.
norm : callable activation function/layer or None, optional
If not None, applies normalization oto the updated node features.
If not None, applies normalization to the updated node features.
"""
def __init__(self,
in_feats,
......@@ -1607,7 +1607,7 @@ class DenseSAGEConv(nn.Module):
bias : bool
If True, adds a learnable bias to the output. Default: ``True``.
norm : callable activation function/layer or None, optional
If not None, applies normalization oto the updated node features.
If not None, applies normalization to the updated node features.
activation : callable activation function/layer or None, optional
If not None, applies an activation function to the updated node features.
Default: ``None``.
......
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