Skip to content

Commit 1a05642

Browse files
Fix doc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 518264d commit 1a05642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pina/data/dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ def update_data(self, new_conditions_dict):
243243
"""
244244
Update the dataset with new data.
245245
This method is used to update the dataset with new data. It replaces
246-
the current data with the new data provided in the conditions_dict
246+
the current data with the new data provided in the new_conditions_dict
247247
parameter.
248-
:param dict conditions_dict: Dictionary containing the new data.
249-
:type conditions_dict: dict
248+
:param dict new_conditions_dict: Dictionary containing the new data.
249+
:type new_conditions_dict: dict
250250
:return: None
251251
"""
252252
for condition, data in new_conditions_dict.items():

0 commit comments

Comments
 (0)