File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This chapter provides a plain reference for the XRLint Python API.
2626- The ` node ` module defines the nodes passed to [ RuleOp] [ xrlint.rule.RuleOp ] :
2727 base classes [ None] [ xrlint.node.Node ] , [ XarrayNode] [ xrlint.node.XarrayNode ] ,
2828 and the specific [ DatasetNode] [ xrlint.node.DatasetNode ] ,
29- [ DataArray ] [ xrlint.node.DataArrayNode ] , [ AttrsNode] [ xrlint.node.AttrsNode ] ,
29+ [ VariableNode ] [ xrlint.node.VariableNode ] , [ AttrsNode] [ xrlint.node.AttrsNode ] ,
3030 and [ AttrNode] [ xrlint.node.AttrNode ] nodes.
3131- The ` processor ` module provides processor related classes and functions:
3232 [ Processor] [ xrlint.processor.Processor ] comprising processor metadata
8484
8585::: xrlint.node.DatasetNode
8686
87- ::: xrlint.node.DataArrayNode
87+ ::: xrlint.node.VariableNode
8888
8989::: xrlint.node.AttrsNode
9090
You can’t perform that action at this time.
0 commit comments