Skip to content

Commit d0d9c0d

Browse files
Update docs/tutorials/python/schema_operations.md
Co-authored-by: BryanFauble <17128019+BryanFauble@users.noreply.github.com>
1 parent 8bc8ee1 commit d0d9c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python/schema_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You will create a JSON schema using your data model.
2424
```
2525

2626
To create a JSON Schema you need a data-model, and the data-types you want to create.
27-
The data-model must be in either CSV or JSON-LD form. The data model maybe a local path or a URL.
27+
The data-model must be in either CSV or JSON-LD form. The data model may be a local path or a URL.
2828

2929
The data-types must exist in your data-model. This cna be a list of data-types, or `None` to create all datatatypes in the data-model.
3030

0 commit comments

Comments
 (0)