We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9a49b commit 59a8d92Copy full SHA for 59a8d92
src/scanspec/specs.py
@@ -809,7 +809,7 @@ def fly(spec: Spec[Axis], duration: float) -> Spec[Axis | str]:
809
810
"""
811
warnings.warn(
812
- f"fly method is deprecated! Use Fly(ConstnatDuration({duration},spec)) instead",
+ f"fly method is deprecated! Use Fly(ConstantDuration({duration},spec)) instead",
813
DeprecationWarning,
814
stacklevel=2,
815
)
0 commit comments