Skip to content

Commit 47380ec

Browse files
fixing typo
Co-authored-by: R-Palazzo <[email protected]>
1 parent b78b582 commit 47380ec

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
@@ -640,7 +640,7 @@ def _detect_sdtype_and_primary_key(
640640
def _select_primary_key(self, infer_sdtypes, pk_candidates, pii_pk_candidates):
641641
"""Select the primary key from a list of candidates.
642642
643-
If there ary any non-pii candidates, we select the first one. Otherwise, we select the
643+
If there are 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
645645
``infer_sdtypes`` is False, we set the sdtype to 'id' and delete the 'pii' field if it
646646
exists.

0 commit comments

Comments
 (0)