Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Jan 18, 2023
1 parent 42d3da7 commit 55743b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/pipelines/components/component_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def update_parameters(self, update_dict, reset_fit=True):
"""Updates the parameter dictionary of the component.
Args:
return_dict (dict): A dict of parameters to update.
update_dict (dict): A dict of parameters to update.
reset_fit (bool, optional): If True, will set `_is_fitted` to False.
"""
self._parameters.update(update_dict)
Expand Down

0 comments on commit 55743b7

Please sign in to comment.