Skip to content

Commit 2ca0eb7

Browse files
willarmirosarmintaenzertng
authored andcommitted
corrected dataset header in writer
Signed-off-by: William Armiros <william@protectai.com> Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent a193df1 commit 2ca0eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spdx_tools/spdx3/writer/console/dataset/dataset_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def write_dataset(dataset: Dataset, text_output: TextIO):
12-
text_output.write("## AI Package\n")
12+
text_output.write("## Dataset\n")
1313
write_package(dataset, text_output, False)
1414

1515
for property_name in Dataset.__annotations__.keys():

0 commit comments

Comments
 (0)