From 42a3af34fd38eecc7a001fde2a8877eb6d3e54d0 Mon Sep 17 00:00:00 2001
From: schlda00 <kai.schleicher@unibas.ch>
Date: Tue, 22 Apr 2025 14:24:51 +0200
Subject: [PATCH] Correct typo

---
 2d_spots_in_fibers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2d_spots_in_fibers.py b/2d_spots_in_fibers.py
index 00f0411..036a298 100644
--- a/2d_spots_in_fibers.py
+++ b/2d_spots_in_fibers.py
@@ -439,7 +439,7 @@ def save_results_table(results_table, filename, suffix, target):
 
 
 def save_labelimage_as_ijroiset(label_imp, rm, filename, suffix, target):
-    """Save all labels i a label Images as IJ-ROIset to target location.
+    """Save all labels in a label Images as IJ-ROIset to target location.
       Only 2D, requires PTBIOP update site.
 
     Parameters
-- 
GitLab