Skip to content

Commit

Permalink
foramtted and typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 29, 2024
1 parent 247baa6 commit cba7e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kgcl_schema/grammar/render_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def render(kgcl_instance: Change) -> str:

if type(kgcl_instance) is NewTextDefinition:
subject = render_entity(kgcl_instance.about_node, "uri")
definition = render_entity(kgcl_instance.new_value, "label"`)
definition = render_entity(kgcl_instance.new_value, "label")
return "add definition " + definition + " to " + subject

if type(kgcl_instance) is NodeTextDefinitionChange:
Expand Down

0 comments on commit cba7e37

Please sign in to comment.