diff --git a/minitorch/module.py b/minitorch/module.py index 36e2de17..2da54cd8 100644 --- a/minitorch/module.py +++ b/minitorch/module.py @@ -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: