Skip to content

Commit f922c34

Browse files
committed
LudlMC2000: fix capitalisation of class name.
1 parent bdfd7c2 commit f922c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/stages/ludl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def move_to(self, position: typing.Mapping[str, float]) -> None:
441441
# Not yet implemented filterwheel or shutters as I dont have any on my system
442442

443443

444-
class ludlMC2000(microscope.abc.Controller):
444+
class LudlMC2000(microscope.abc.Controller):
445445
"""Ludl MC 2000 controller.
446446
447447
.. note::

0 commit comments

Comments
 (0)