Skip to content

Commit b78b582

Browse files
Update sdv/metadata/single_table.py
Co-authored-by: R-Palazzo <[email protected]>
1 parent 9556565 commit b78b582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdv/metadata/single_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def _detect_sdtype_and_primary_key(
638638
self._handle_detection_error(e, column_name, table_name)
639639

640640
def _select_primary_key(self, infer_sdtypes, pk_candidates, pii_pk_candidates):
641-
"""Select the primary from a list of candidates.
641+
"""Select the primary key from a list of candidates.
642642
643643
If there ary any non-pii candidates, we select the first one. Otherwise, we select the
644644
first pii_candidate. If we select a non-pii candidate or we select a pii candidate and

0 commit comments

Comments
 (0)