Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Aug 30, 2024
1 parent ae9b10d commit b86546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdv/metadata/multi_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ def validate_data(self, data):
* all foreign keys belong to a primay key
Args:
data (pd.DataFrame):
The data to validate.
data (dict):
A dictionary of table names to pd.DataFrames.
Raises:
InvalidDataError:
Expand Down

0 comments on commit b86546d

Please sign in to comment.