Skip to content

Commit a0441ae

Browse files
committed
fix
1 parent 060e085 commit a0441ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -84,7 +84,7 @@ Note:
8484

8585
::: xrlint.node.DatasetNode
8686

87-
::: xrlint.node.DataArrayNode
87+
::: xrlint.node.VariableNode
8888

8989
::: xrlint.node.AttrsNode
9090

0 commit comments

Comments
 (0)