Skip to content

Commit 996034f

Browse files
authored
fix: update docstring ZAbsolutePositions (#244)
1 parent 93b2621 commit 996034f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/useq/_z.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ class ZAbsolutePositions(ZPlan):
165165
166166
Attributes
167167
----------
168-
relative : list[float]
169-
List of relative z positions.
168+
absolute : list[float]
169+
List of absolute z positions.
170170
go_up : bool
171171
If `True` (the default), visits points in the order provided, otherwise in
172172
reverse.

0 commit comments

Comments
 (0)