Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Apr 9, 2020
1 parent 1dd4751 commit 389f267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDL/Tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ def visit(node: SourceNode) -> None:
return self._nodes_by_id[workflow_node_id]


SourceComment = NamedTuple("Comment", [("pos", Error.SourcePosition), ("text", str)])
SourceComment = NamedTuple("SourceComment", [("pos", Error.SourcePosition), ("text", str)])
"""
Position and text of a comment. The text includes the ``#`` and any preceding or trailing
spaces/tabs.
Expand Down

0 comments on commit 389f267

Please sign in to comment.