Skip to content

Commit 35743da

Browse files
committed
Fixing attribute typo
1 parent 461814d commit 35743da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openml/datasets/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def _to_xml(self):
680680
props = ['id', 'name', 'version', 'description', 'format', 'creator',
681681
'contributor', 'collection_date', 'upload_date', 'language',
682682
'licence', 'url', 'default_target_attribute',
683-
'row_id_attribute', 'ignore_attribute', 'version_label',
683+
'row_id_attribute', 'ignore_attributes', 'version_label',
684684
'citation', 'tag', 'visibility', 'original_data_url',
685685
'paper_url', 'update_comment', 'md5_checksum']
686686

0 commit comments

Comments
 (0)