Skip to content

Commit

Permalink
Update documentation for create_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Sep 11, 2024
1 parent 9574b30 commit 16df93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdv/io/local/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 16df93c

Please sign in to comment.