Skip to content

Commit 1874244

Browse files
committed
TL: minor typo
1 parent 2795143 commit 1874244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/helpers/fieldsIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def setupMPI(cls, comm: MPI.Intracomm, iLoc, nLoc):
507507
comm : MPI.Intracomm
508508
The space decomposition communicator.
509509
iLoc : list[int]
510-
Starting index of the local sub-domain in the global `coordX`.
510+
Starting index of the local sub-domain in the global coordinates.
511511
nLoc : list[int]
512512
Number of points in the local sub-domain.
513513
"""

0 commit comments

Comments
 (0)