Skip to content

Commit 4fb4f22

Browse files
committed
TL: seems like ruff is my new best friend
1 parent 0a19f3d commit 4fb4f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pySDC/helpers/fieldsIO.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
4242
Warning
4343
-------
44-
To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
44+
To use MPI collective writing, you need to call first the class methods :class:`Cart1D.initMPI`
4545
or :class:`Cart2D.initMPI` from the associated class (cf their docstring).
4646
Also, their associated `setHeader` methods **must be given the global grids coordinates**,
47-
wether code is run in parallel or not.
47+
wether code is run in parallel or not.
4848
"""
4949
import os
5050
import numpy as np

0 commit comments

Comments
 (0)