Skip to content

Commit 59a8d92

Browse files
committed
Fix typos
1 parent de9a49b commit 59a8d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanspec/specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def fly(spec: Spec[Axis], duration: float) -> Spec[Axis | str]:
809809
810810
"""
811811
warnings.warn(
812-
f"fly method is deprecated! Use Fly(ConstnatDuration({duration},spec)) instead",
812+
f"fly method is deprecated! Use Fly(ConstantDuration({duration},spec)) instead",
813813
DeprecationWarning,
814814
stacklevel=2,
815815
)

0 commit comments

Comments
 (0)