Skip to content

Commit 9dc8eb3

Browse files
fealhoR-Palazzo
andauthored
Update sdv/multi_table/base.py
Co-authored-by: R-Palazzo <[email protected]>
1 parent 2855e40 commit 9dc8eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdv/multi_table/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _initialize_models(self):
9191
metadata=metadata, **synthesizer_parameters
9292
)
9393
# Mark synthesizer as embedded in a multi-table setting
94-
# so it can suppres datetime_format warnings that are aggregated here
94+
# so it can suppress datetime_format warnings that are aggregated here
9595
self._table_synthesizers[table_name]._suppress_datetime_format_warning = True
9696
self._table_synthesizers[table_name]._data_processor.table_name = table_name
9797

0 commit comments

Comments
 (0)