Skip to content

Commit 0f65c92

Browse files
committed
Fix typo
1 parent be45231 commit 0f65c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/nn/modules/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def load_state_dict(self, state_dict):
306306
"""Copies parameters and buffers from :attr:`state_dict` into
307307
this module and its descendants. The keys of :attr:`state_dict` must
308308
exactly match the keys returned by this module's :func:`state_dict()`
309-
fuction.
309+
function.
310310
311311
Arguments:
312312
state_dict (dict): A dict containing parameters and

0 commit comments

Comments
 (0)