Skip to content

Commit

Permalink
Merge pull request #1171 from dperl-dls/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
prjemian authored Dec 6, 2023
2 parents 9a0bf3f + e68d1e6 commit 68e4fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/how-to/pseudopositioner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ one exposed by the hardware. One important use case is HKL scanning.

```py

from ophyd.psuedopos import (
from ophyd.pseudopos import (
PseudoPositioner,
PseudoSingle,
pseudo_position_argument,
Expand Down Expand Up @@ -55,4 +55,4 @@ p3 = Pseudo3x3(name='p3')
from ophyd.sim import det

RE(scan([det, p3], p3.pseudo2, -1, 1, 5))
```
```

0 comments on commit 68e4fd3

Please sign in to comment.