From 0e5f9f46ca4affac8b38481e2aa6de2817e2264d Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Tue, 10 Feb 2026 16:37:17 +0000 Subject: [PATCH] Fix docstring error --- src/openflexure_microscope_server/scan_planners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openflexure_microscope_server/scan_planners.py b/src/openflexure_microscope_server/scan_planners.py index aeadb113..e08ec62f 100644 --- a/src/openflexure_microscope_server/scan_planners.py +++ b/src/openflexure_microscope_server/scan_planners.py @@ -363,7 +363,7 @@ class RectangleScan(ScanPlanner): """Return a focused site near the given position to estimate Z for the next move. Looks for all previously focused locations that are within the scan - step size (self._dx, self._dy) of `next_position`. Among these nearby focused + step size (self._dx, self._dy) of ``next_position``. Among these nearby focused sites, it returns the most recently imaged one. This is suitable for raster or snake scans, where the scan may move along a row