From 1874244aef1388db2306247d777a5dda825520bd Mon Sep 17 00:00:00 2001
From: Thibaut Lunet <thibaut.lunet@tuhh.de>
Date: Wed, 19 Feb 2025 16:40:59 +0100
Subject: [PATCH] TL: minor typo

---
 pySDC/helpers/fieldsIO.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pySDC/helpers/fieldsIO.py b/pySDC/helpers/fieldsIO.py
index 0ae91891..2a515f81 100644
--- a/pySDC/helpers/fieldsIO.py
+++ b/pySDC/helpers/fieldsIO.py
@@ -507,7 +507,7 @@ class Rectilinear(Scalar):
         comm : MPI.Intracomm
             The space decomposition communicator.
         iLoc : list[int]
-            Starting index of the local sub-domain in the global `coordX`.
+            Starting index of the local sub-domain in the global coordinates.
         nLoc : list[int]
             Number of points in the local sub-domain.
         """
-- 
GitLab