Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Kluyver <[email protected]>
  • Loading branch information
egorsobolev and takluyver committed Jan 27, 2025
1 parent 8e1871c commit 5714e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra_geom/motors.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ class JF4MMotors(BaseMotorTracker):
The motor tracker updates reference geometry according to the motor
positions.
Jungfrau4M has two halfs moving by one motors each. Methods expect
Jungfrau4M has two halves moving by one motors each. Methods expect
motor positions or their changes as an array with the shape `(2, 1)`
or as a nested sequence: `[[H1M1, H2M1]]`.
or as a nested sequence: `[[H1M1], [H2M1]]`.
Parameters
----------
Expand Down

0 comments on commit 5714e7d

Please sign in to comment.