Skip to content

Commit 3cc05e5

Browse files
committed
fix typo in comment
[skip ci]
1 parent 1e06ae9 commit 3cc05e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
for schema_identifier in conflicts:
4343
linked.remove(schema_identifier)
4444

45-
# Step 3b - translate and build each openMINDS schema as JSON-Schema
45+
# Step 3b - translate and build each openMINDS schema as a Python class
4646
for schema_file_path in schemas_file_paths:
4747
module_path, class_name = PythonBuilder(
4848
schema_file_path, schema_loader.schemas_sources

0 commit comments

Comments
 (0)