Skip to content

Commit

Permalink
external: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Jun 3, 2024
1 parent d3c80fd commit 4379ec0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/otk/external.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Support for calling external programs to transform trees. External programs
receive the current context and the subtree to operate on in JSON. They are
expected to return the context and subtree.
Returned subtrees are resolved during tree transformation."""
receive the subtree to operate on in JSON. They are expected to return a new
subtree."""

import json
import logging
Expand Down

0 comments on commit 4379ec0

Please sign in to comment.