Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srush committed Aug 30, 2020
1 parent 5131de9 commit 56b6936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitorch/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def eval(self):

def named_parameters(self):
"""
Collect all the ancestor parameters of this module.
Collect all the parameters of this module and its descendents.
Returns:
Expand Down

0 comments on commit 56b6936

Please sign in to comment.