Skip to content

Commit bede7c3

Browse files
oruebelrly
andauthored
Fix rendering error in parallel I/O tutorial (#1734)
Co-authored-by: Ryan Ly <[email protected]>
1 parent 1317f7a commit bede7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gallery/advanced_io/parallelio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# 3. **Read from the file in parallel using MPI**: Here each of the 4 MPI ranks reads one time
2424
# step from the file
25-
25+
#
2626
# .. code-block:: python
2727
#
2828
# from mpi4py import MPI

0 commit comments

Comments
 (0)