From 16df93cc77baa88e62920f273dc7752ab28e9efe Mon Sep 17 00:00:00 2001 From: lajohn4747 Date: Wed, 11 Sep 2024 11:33:01 -0500 Subject: [PATCH] Update documentation for create_metadata --- sdv/io/local/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdv/io/local/local.py b/sdv/io/local/local.py index ca827eddf..d7ac71b09 100644 --- a/sdv/io/local/local.py +++ b/sdv/io/local/local.py @@ -25,8 +25,8 @@ def create_metadata(self, data): Dictionary of table names to dataframes. Returns: - MultiTableMetadata: - An ``sdv.metadata.MultiTableMetadata`` object with the detected metadata + Metadata: + An ``sdv.metadata.Metadata`` object with the detected metadata properties from the data. """ metadata = Metadata()